Html Css Color HEX #80827A Gunsmoke

📋 copy color: '#80827A'

red 128 ◦ green 130 ◦ blue 122

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

Shades of Gunsmoke #80827A

Tints of Gunsmoke #80827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.21%

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

R = 33.68%
G = 34.21%
B = 32.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#80827A (or 0x80827A) is known color: Gunsmoke. HEX triplet: 80, 82 and 7A. RGB value is (128,130,122). Sum of RGB (Red+Green+Blue) = 128+130+122=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 130 - color contains mainly: green. Hex color #80827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80827A is #7F7D85. Grayscale: #808080. Windows color (decimal): -8355206 or 8028800. OLE color: 8028800.

HSL color Cylindrical-coordinate representation of color #80827A: hue angle of 75º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #80827A is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 122 -
CMYK 0.02 0 0.06 0.49
HSL 75º 0.03% 0.49% -
HSV(B) 75º 0.06% 0.51% -
XYZ 20.4 21.96 21.58 -
YUV 128.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 128 130 122 0.02 0 0.06 0.49 75 0.03 0.49
Hex 80 82 7A 2 0 6 31 4B 3 31
Octal 200 202 172 2 0 6 61 113 3 61
Binary 10000000 10000010 1111010 10 0 110 110001 1001011 11 110001

Color Harmonies of #80827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80827A

Black with #80827A

Text Example


Text Example

White with #80827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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