#7FAAB3

Color #7FAAB3 Ziggurat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ziggurat #7FAAB3

Tints of Ziggurat #7FAAB3

Color information

#7FAAB3 (or 0x7FAAB3) is unknown color: approx Ziggurat. HEX triplet: 7F, AA and B3. RGB value is (127,170,179). Sum of RGB (Red+Green+Blue) = 127+170+179=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #7FAAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAAB3 is #80554C. Grayscale: #9E9E9E. Windows color (decimal): -8410445 or 11774591. OLE color: 11774591.

HSL color Cylindrical-coordinate representation of color #7FAAB3: hue angle of 190.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAAB3 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB127170179-
CMYK0.290.0500.30
HSL190.38º25.49%60%-
HSV(B)190.38º29.05%70.2%-
XYZ31.2636.5248.05-
YUV158.17139.75105.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 26.68%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=26.68%
G=35.71%
B=37.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271701790.290.0500.30190.3825.4960
Hex7FAAB31D501Ebe193c
Octal1772522633550362763174
Binary11111111010101010110011111011010111101011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAAB3; }

 p { color: rgb(127,170,179); }

 H1.HeaderClassName
 {
   color: #7FAAB3;
 }
 .AnyTagClassName
 {
   color: #7FAAB3;
 }
</style>
background-color css

<style>
 a { background-color: #7FAAB3; }

 a { background-color: rgb(127,170,179); }

 div.DivClassName
 {
   background-color: #7FAAB3;
 }
 .BgClassName
 {
   background-color: #7FAAB3;
 }
</style>
border-color css

<style>
 span { border-color: #7FAAB3; }

 span { border-color: rgb(127,170,179); }

 td.TdClassName
 {
   border-color: #7FAAB3;
 }
 .TagClassName
 {
   border-color: #7FAAB3;
 }
</style>