Html Css Color HEX #888E78 Gunsmoke

📋 copy color: '#888E78'

red 136 ◦ green 142 ◦ blue 120

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

Shades of Gunsmoke #888E78

Tints of Gunsmoke #888E78

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 34.17%
G = 35.68%
B = 30.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#888E78 (or 0x888E78) is known color: Gunsmoke. HEX triplet: 88, 8E and 78. RGB value is (136,142,120). Sum of RGB (Red+Green+Blue) = 136+142+120=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #888E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E78 is #777187. Grayscale: #898989. Windows color (decimal): -7827848 or 7900808. OLE color: 7900808.

HSL color Cylindrical-coordinate representation of color #888E78: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888E78 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 142 120 -
CMYK 0.04 0 0.15 0.44
HSL 76.36º 0.09% 0.51% -
HSV(B) 76.36º 0.15% 0.56% -
XYZ 23.22 25.94 21.55 -
YUV 137.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 136 142 120 0.04 0 0.15 0.44 76.36 0.09 0.51
Hex 88 8E 78 4 0 F 2C 4C 9 33
Octal 210 216 170 4 0 17 54 114 11 63
Binary 10001000 10001110 1111000 100 0 1111 101100 1001100 1001 110011

Color Harmonies of #888E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E78

Black with #888E78

Text Example


Text Example

White with #888E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888E78; }

 p { color: rgb(136,142,120); }

 H1.HeaderClassName
 {
   color: #888E78;
 }
 .AnyTagClassName
 {
   color: #888E78;
 }
</style>

background-color css

<style>
 a { background-color: #888E78; }

 a { background-color: rgb(136,142,120); }

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

border-color css

<style>
 span { border-color: #888E78; }

 span { border-color: rgb(136,142,120); }

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