Html Css Color HEX #808872 Gunsmoke

📋 copy color: '#808872'

red 128 ◦ green 136 ◦ blue 114

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

Shades of Gunsmoke #808872

Tints of Gunsmoke #808872

RGB

 RED value IS 128 (50.39% from 255) = 33.86%

 GREEN value IS 136 (53.52% from 255) = 35.98%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 33.86%
G = 35.98%
B = 30.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#808872 (or 0x808872) is known color: Gunsmoke. HEX triplet: 80, 88 and 72. RGB value is (128,136,114). Sum of RGB (Red+Green+Blue) = 128+136+114=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #808872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808872 is #7F778D. Grayscale: #838383. Windows color (decimal): -8353678 or 7506048. OLE color: 7506048.

HSL color Cylindrical-coordinate representation of color #808872: hue angle of 81.82º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808872 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 114 -
CMYK 0.06 0 0.16 0.47
HSL 81.82º 0.09% 0.49% -
HSV(B) 81.82º 0.16% 0.53% -
XYZ 20.74 23.41 19.35 -
YUV 131.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 128 136 114 0.06 0 0.16 0.47 81.82 0.09 0.49
Hex 80 88 72 6 0 10 2F 52 9 31
Octal 200 210 162 6 0 20 57 122 11 61
Binary 10000000 10001000 1110010 110 0 10000 101111 1010010 1001 110001

Color Harmonies of #808872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808872

Black with #808872

Text Example


Text Example

White with #808872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808872; }

 p { color: rgb(128,136,114); }

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

background-color css

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

 a { background-color: rgb(128,136,114); }

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

border-color css

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

 span { border-color: rgb(128,136,114); }

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