Html Css Color HEX #808870 Gunsmoke

📋 copy color: '#808870'

red 128 ◦ green 136 ◦ blue 112

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

Shades of Gunsmoke #808870

Tints of Gunsmoke #808870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 34.04%
G = 36.17%
B = 29.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#808870 (or 0x808870) is known color: Gunsmoke. HEX triplet: 80, 88 and 70. RGB value is (128,136,112). Sum of RGB (Red+Green+Blue) = 128+136+112=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #808870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808870 is #7F778F. Grayscale: #828282. Windows color (decimal): -8353680 or 7374976. OLE color: 7374976.

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

Color convert

RGB 128 136 112 -
CMYK 0.06 0 0.18 0.47
HSL 80º 0.1% 0.49% -
HSV(B) 80º 0.18% 0.53% -
XYZ 20.63 23.37 18.75 -
YUV 130.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 128 136 112 0.06 0 0.18 0.47 80 0.1 0.49
Hex 80 88 70 6 0 12 2F 50 A 31
Octal 200 210 160 6 0 22 57 120 12 61
Binary 10000000 10001000 1110000 110 0 10010 101111 1010000 1010 110001

Color Harmonies of #808870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808870

Black with #808870

Text Example


Text Example

White with #808870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808870; }

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

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

background-color css

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

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

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

border-color css

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

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

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