Html Css Color HEX #808578 Gunsmoke

📋 copy color: '#808578'

red 128 ◦ green 133 ◦ blue 120

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

Shades of Gunsmoke #808578

Tints of Gunsmoke #808578

RGB

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

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

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

R = 33.6%
G = 34.91%
B = 31.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#808578 (or 0x808578) is known color: Gunsmoke. HEX triplet: 80, 85 and 78. RGB value is (128,133,120). Sum of RGB (Red+Green+Blue) = 128+133+120=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #808578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808578 is #7F7A87. Grayscale: #828282. Windows color (decimal): -8354440 or 7898496. OLE color: 7898496.

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

Color convert

RGB 128 133 120 -
CMYK 0.04 0 0.10 0.48
HSL 83.08º 0.05% 0.5% -
HSV(B) 83.08º 0.1% 0.52% -
XYZ 20.68 22.72 21.06 -
YUV 130.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 128 133 120 0.04 0 0.10 0.48 83.08 0.05 0.5
Hex 80 85 78 4 0 A 30 53 5 32
Octal 200 205 170 4 0 12 60 123 5 62
Binary 10000000 10000101 1111000 100 0 1010 110000 1010011 101 110010

Color Harmonies of #808578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808578

Black with #808578

Text Example


Text Example

White with #808578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808578; }

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

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

background-color css

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

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

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

border-color css

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

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

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