Html Css Color HEX #87817F Suva Grey

📋 copy color: '#87817F'

red 135 ◦ green 129 ◦ blue 127

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

Shades of Suva Grey #87817F

Tints of Suva Grey #87817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 127 (50% from 255) = 32.48%

R = 34.53%
G = 32.99%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87817F (or 0x87817F) is known color: Suva Grey. HEX triplet: 87, 81 and 7F. RGB value is (135,129,127). Sum of RGB (Red+Green+Blue) = 135+129+127=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #87817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87817F is #787E80. Grayscale: #828282. Windows color (decimal): -7896705 or 8356231. OLE color: 8356231.

HSL color Cylindrical-coordinate representation of color #87817F: hue angle of 15º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #87817F is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 129 127 -
CMYK 0 0.04 0.06 0.47
HSL 15º 0.03% 0.51% -
HSV(B) 15º 0.06% 0.53% -
XYZ 21.67 22.38 23.26 -
YUV 130.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 135 129 127 0 0.04 0.06 0.47 15 0.03 0.51
Hex 87 81 7F 0 4 6 2F F 3 33
Octal 207 201 177 0 4 6 57 17 3 63
Binary 10000111 10000001 1111111 0 100 110 101111 1111 11 110011

Color Harmonies of #87817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87817F

Black with #87817F

Text Example


Text Example

White with #87817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87817F; }

 p { color: rgb(135,129,127); }

 H1.HeaderClassName
 {
   color: #87817F;
 }
 .AnyTagClassName
 {
   color: #87817F;
 }
</style>

background-color css

<style>
 a { background-color: #87817F; }

 a { background-color: rgb(135,129,127); }

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

border-color css

<style>
 span { border-color: #87817F; }

 span { border-color: rgb(135,129,127); }

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