#87A7AF

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

Shades of Ziggurat #87A7AF

Tints of Ziggurat #87A7AF

Color information

#87A7AF (or 0x87A7AF) is unknown color: approx Ziggurat. HEX triplet: 87, A7 and AF. RGB value is (135,167,175). Sum of RGB (Red+Green+Blue) = 135+167+175=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #87A7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A7AF is #785850. Grayscale: #9E9E9E. Windows color (decimal): -7886929 or 11511687. OLE color: 11511687.

HSL color Cylindrical-coordinate representation of color #87A7AF: hue angle of 192º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87A7AF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135167175-
CMYK0.230.0500.31
HSL192º20%60.78%-
HSV(B)192º22.86%68.63%-
XYZ31.5535.8845.82-
YUV158.34137.4111.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=28.30%
G=35.01%
B=36.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351671750.230.0500.311922060.78
Hex87A7AF17501Fc0143d
Octal2072472572750373002475
Binary100001111010011110101111101111010111111100000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A7AF; }

 p { color: rgb(135,167,175); }

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

<style>
 a { background-color: #87A7AF; }

 a { background-color: rgb(135,167,175); }

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

<style>
 span { border-color: #87A7AF; }

 span { border-color: rgb(135,167,175); }

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