#7FA9AF

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

Shades of Ziggurat #7FA9AF

Tints of Ziggurat #7FA9AF

Color information

#7FA9AF (or 0x7FA9AF) is unknown color: approx Ziggurat. HEX triplet: 7F, A9 and AF. RGB value is (127,169,175). Sum of RGB (Red+Green+Blue) = 127+169+175=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #7FA9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA9AF is #805650. Grayscale: #9D9D9D. Windows color (decimal): -8410705 or 11512191. OLE color: 11512191.

HSL color Cylindrical-coordinate representation of color #7FA9AF: hue angle of 187.5º 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 #7FA9AF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127169175-
CMYK0.270.0300.31
HSL187.5º23.08%59.22%-
HSV(B)187.5º27.43%68.63%-
XYZ30.6835.9845.89-
YUV157.13138.09106.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.96%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=26.96%
G=35.88%
B=37.15%

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
Decimal1271691750.270.0300.31187.523.0859.22
Hex7FA9AF1B301Fbc173b
Octal1772512573330372742773
Binary1111111101010011010111111011110111111011110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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