Html Css Color HEX #80857A Gunsmoke

📋 copy color: '#80857A'

red 128 ◦ green 133 ◦ blue 122

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

Shades of Gunsmoke #80857A

Tints of Gunsmoke #80857A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 33.42%
G = 34.73%
B = 31.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#80857A (or 0x80857A) is known color: Gunsmoke. HEX triplet: 80, 85 and 7A. RGB value is (128,133,122). Sum of RGB (Red+Green+Blue) = 128+133+122=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #80857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80857A is #7F7A85. Grayscale: #828282. Windows color (decimal): -8354438 or 8029568. OLE color: 8029568.

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

Color convert

RGB 128 133 122 -
CMYK 0.04 0 0.08 0.48
HSL 87.27º 0.04% 0.5% -
HSV(B) 87.27º 0.08% 0.52% -
XYZ 20.8 22.77 21.71 -
YUV 130.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 128 133 122 0.04 0 0.08 0.48 87.27 0.04 0.5
Hex 80 85 7A 4 0 8 30 57 4 32
Octal 200 205 172 4 0 10 60 127 4 62
Binary 10000000 10000101 1111010 100 0 1000 110000 1010111 100 110010

Color Harmonies of #80857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80857A

Black with #80857A

Text Example


Text Example

White with #80857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80857A; }

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

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

background-color css

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

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

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

border-color css

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

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

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