#7FA5A8

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

Shades of Ziggurat #7FA5A8

Tints of Ziggurat #7FA5A8

Color information

#7FA5A8 (or 0x7FA5A8) is unknown color: approx Ziggurat. HEX triplet: 7F, A5 and A8. RGB value is (127,165,168). Sum of RGB (Red+Green+Blue) = 127+165+168=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 168 - color contains mainly: blue. Hex color #7FA5A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA5A8 is #805A57. Grayscale: #999999. Windows color (decimal): -8411736 or 11052415. OLE color: 11052415.

HSL color Cylindrical-coordinate representation of color #7FA5A8: hue angle of 184.39º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA5A8 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB127165168-
CMYK0.240.0200.34
HSL184.39º19.07%57.84%-
HSV(B)184.39º24.4%65.88%-
XYZ29.2834.2542.11-
YUV153.98135.91108.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=27.61%
G=35.87%
B=36.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271651680.240.0200.34184.3919.0757.84
Hex7FA5A8182022b8133a
Octal1772452503020422702372
Binary11111111010010110101000110001001000101011100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,165,168); }

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

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

 a { background-color: rgb(127,165,168); }

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

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

 span { border-color: rgb(127,165,168); }

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