Html Css Color HEX #87826E Granite Green

📋 copy color: '#87826E'

red 135 ◦ green 130 ◦ blue 110

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

Shades of Granite Green #87826E

Tints of Granite Green #87826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 36%
G = 34.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87826E (or 0x87826E) is known color: Granite Green. HEX triplet: 87, 82 and 6E. RGB value is (135,130,110). Sum of RGB (Red+Green+Blue) = 135+130+110=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87826E is #787D91. Grayscale: #818181. Windows color (decimal): -7896466 or 7242375. OLE color: 7242375.

HSL color Cylindrical-coordinate representation of color #87826E: hue angle of 48º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87826E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 110 -
CMYK 0 0.04 0.19 0.47
HSL 48º 0.1% 0.48% -
HSV(B) 48º 0.19% 0.53% -
XYZ 20.79 22.24 17.95 -
YUV 129.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 135 130 110 0 0.04 0.19 0.47 48 0.1 0.48
Hex 87 82 6E 0 4 13 2F 30 A 30
Octal 207 202 156 0 4 23 57 60 12 60
Binary 10000111 10000010 1101110 0 100 10011 101111 110000 1010 110000

Color Harmonies of #87826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87826E

Black with #87826E

Text Example


Text Example

White with #87826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87826E; }

 p { color: rgb(135,130,110); }

 H1.HeaderClassName
 {
   color: #87826E;
 }
 .AnyTagClassName
 {
   color: #87826E;
 }
</style>

background-color css

<style>
 a { background-color: #87826E; }

 a { background-color: rgb(135,130,110); }

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

border-color css

<style>
 span { border-color: #87826E; }

 span { border-color: rgb(135,130,110); }

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