Html Css Color HEX #808575 Gunsmoke

📋 copy color: '#808575'

red 128 ◦ green 133 ◦ blue 117

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

Shades of Gunsmoke #808575

Tints of Gunsmoke #808575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 33.86%
G = 35.19%
B = 30.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#808575 (or 0x808575) is known color: Gunsmoke. HEX triplet: 80, 85 and 75. RGB value is (128,133,117). Sum of RGB (Red+Green+Blue) = 128+133+117=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #808575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808575 is #7F7A8A. Grayscale: #818181. Windows color (decimal): -8354443 or 7701888. OLE color: 7701888.

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

Color convert

RGB 128 133 117 -
CMYK 0.04 0 0.12 0.48
HSL 78.75º 0.06% 0.49% -
HSV(B) 78.75º 0.12% 0.52% -
XYZ 20.5 22.65 20.12 -
YUV 129.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 128 133 117 0.04 0 0.12 0.48 78.75 0.06 0.49
Hex 80 85 75 4 0 C 30 4F 6 31
Octal 200 205 165 4 0 14 60 117 6 61
Binary 10000000 10000101 1110101 100 0 1100 110000 1001111 110 110001

Color Harmonies of #808575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808575

Black with #808575

Text Example


Text Example

White with #808575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808575; }

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

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

background-color css

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

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

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

border-color css

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

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

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