Html Css Color HEX #88826E Granite Green

📋 copy color: '#88826E'

red 136 ◦ green 130 ◦ blue 110

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

Shades of Granite Green #88826E

Tints of Granite Green #88826E

RGB

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

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

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

R = 36.17%
G = 34.57%
B = 29.26%

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

#88826E (or 0x88826E) is known color: Granite Green. HEX triplet: 88, 82 and 6E. RGB value is (136,130,110). Sum of RGB (Red+Green+Blue) = 136+130+110=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88826E is #777D91. Grayscale: #818181. Windows color (decimal): -7830930 or 7242376. OLE color: 7242376.

HSL color Cylindrical-coordinate representation of color #88826E: hue angle of 46.15º degrees, saturation: 0.11, 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 #88826E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 110 -
CMYK 0 0.04 0.19 0.47
HSL 46.15º 0.11% 0.48% -
HSV(B) 46.15º 0.19% 0.53% -
XYZ 20.95 22.33 17.96 -
YUV 129.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 136 130 110 0 0.04 0.19 0.47 46.15 0.11 0.48
Hex 88 82 6E 0 4 13 2F 2E B 30
Octal 210 202 156 0 4 23 57 56 13 60
Binary 10001000 10000010 1101110 0 100 10011 101111 101110 1011 110000

Color Harmonies of #88826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88826E

Black with #88826E

Text Example


Text Example

White with #88826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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