Html Css Color HEX #87A7AA Ziggurat

📋 copy color: '#87A7AA'

red 135 ◦ green 167 ◦ blue 170

#87A7AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #87A7AA

Tints of Ziggurat #87A7AA

RGB

 RED value IS 135 (53.13% from 255) = 28.6%

 GREEN value IS 167 (65.63% from 255) = 35.38%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 28.6%
G = 35.38%
B = 36.02%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#87A7AA (or 0x87A7AA) is known color: Ziggurat. HEX triplet: 87, A7 and AA. RGB value is (135,167,170). Sum of RGB (Red+Green+Blue) = 135+167+170=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #87A7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A7AA is #785855. Grayscale: #9D9D9D. Windows color (decimal): -7886934 or 11184007. OLE color: 11184007.

HSL color Cylindrical-coordinate representation of color #87A7AA: hue angle of 185.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A7AA is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 167 170 -
CMYK 0.21 0.02 0 0.33
HSL 185.14º 0.17% 0.6% -
HSV(B) 185.14º 0.21% 0.67% -
XYZ 31.07 35.69 43.28 -
YUV 157.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 135 167 170 0.21 0.02 0 0.33 185.14 0.17 0.6
Hex 87 A7 AA 15 2 0 21 B9 11 3C
Octal 207 247 252 25 2 0 41 271 21 74
Binary 10000111 10100111 10101010 10101 10 0 100001 10111001 10001 111100

Color Harmonies of #87A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A7AA

Black with #87A7AA

Text Example


Text Example

White with #87A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87A7AA;
 }
 .AnyTagClassName
 {
   color: #87A7AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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