Html Css Color HEX #808570 Gunsmoke

📋 copy color: '#808570'

red 128 ◦ green 133 ◦ blue 112

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

Shades of Gunsmoke #808570

Tints of Gunsmoke #808570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

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

R = 34.32%
G = 35.66%
B = 30.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#808570 (or 0x808570) is known color: Gunsmoke. HEX triplet: 80, 85 and 70. RGB value is (128,133,112). Sum of RGB (Red+Green+Blue) = 128+133+112=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #808570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808570 is #7F7A8F. Grayscale: #818181. Windows color (decimal): -8354448 or 7374208. OLE color: 7374208.

HSL color Cylindrical-coordinate representation of color #808570: hue angle of 74.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808570 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 112 -
CMYK 0.04 0 0.16 0.48
HSL 74.29º 0.09% 0.48% -
HSV(B) 74.29º 0.16% 0.52% -
XYZ 20.21 22.53 18.61 -
YUV 129.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 128 133 112 0.04 0 0.16 0.48 74.29 0.09 0.48
Hex 80 85 70 4 0 10 30 4A 9 30
Octal 200 205 160 4 0 20 60 112 11 60
Binary 10000000 10000101 1110000 100 0 10000 110000 1001010 1001 110000

Color Harmonies of #808570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808570

Black with #808570

Text Example


Text Example

White with #808570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808570; }

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

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

background-color css

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

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

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

border-color css

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

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

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