#7FAAAF

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

Shades of Ziggurat #7FAAAF

Tints of Ziggurat #7FAAAF

Color information

#7FAAAF (or 0x7FAAAF) is unknown color: approx Ziggurat. HEX triplet: 7F, AA and AF. RGB value is (127,170,175). Sum of RGB (Red+Green+Blue) = 127+170+175=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAAAF is #805550. Grayscale: #9D9D9D. Windows color (decimal): -8410449 or 11512447. OLE color: 11512447.

HSL color Cylindrical-coordinate representation of color #7FAAAF: hue angle of 186.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAAAF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127170175-
CMYK0.270.0300.31
HSL186.25º23.08%59.22%-
HSV(B)186.25º27.43%68.63%-
XYZ30.8636.3645.95-
YUV157.71137.75106.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=26.91%
G=36.02%
B=37.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271701750.270.0300.31186.2523.0859.22
Hex7FAAAF1B301Fba173b
Octal1772522573330372722773
Binary1111111101010101010111111011110111111011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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