Html Css Color HEX #88816C Granite Green

📋 copy color: '#88816C'

red 136 ◦ green 129 ◦ blue 108

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

Shades of Granite Green #88816C

Tints of Granite Green #88816C

RGB

 RED value IS 136 (53.52% from 255) = 36.46%

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

 BLUE value IS 108 (42.58% from 255) = 28.95%

R = 36.46%
G = 34.58%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88816C (or 0x88816C) is known color: Granite Green. HEX triplet: 88, 81 and 6C. RGB value is (136,129,108). Sum of RGB (Red+Green+Blue) = 136+129+108=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #88816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88816C is #777E93. Grayscale: #808080. Windows color (decimal): -7831188 or 7111048. OLE color: 7111048.

HSL color Cylindrical-coordinate representation of color #88816C: hue angle of 45º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88816C is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 108 -
CMYK 0 0.05 0.21 0.47
HSL 45º 0.11% 0.48% -
HSV(B) 45º 0.21% 0.53% -
XYZ 20.71 22.02 17.35 -
YUV 128.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 136 129 108 0 0.05 0.21 0.47 45 0.11 0.48
Hex 88 81 6C 0 5 15 2F 2D B 30
Octal 210 201 154 0 5 25 57 55 13 60
Binary 10001000 10000001 1101100 0 101 10101 101111 101101 1011 110000

Color Harmonies of #88816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88816C

Black with #88816C

Text Example


Text Example

White with #88816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88816C; }

 p { color: rgb(136,129,108); }

 H1.HeaderClassName
 {
   color: #88816C;
 }
 .AnyTagClassName
 {
   color: #88816C;
 }
</style>

background-color css

<style>
 a { background-color: #88816C; }

 a { background-color: rgb(136,129,108); }

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

border-color css

<style>
 span { border-color: #88816C; }

 span { border-color: rgb(136,129,108); }

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