Html Css Color HEX #828A76 Gunsmoke

📋 copy color: '#828A76'

red 130 ◦ green 138 ◦ blue 118

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

Shades of Gunsmoke #828A76

Tints of Gunsmoke #828A76

RGB

 RED value IS 130 (51.17% from 255) = 33.68%

 GREEN value IS 138 (54.3% from 255) = 35.75%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 33.68%
G = 35.75%
B = 30.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#828A76 (or 0x828A76) is known color: Gunsmoke. HEX triplet: 82, 8A and 76. RGB value is (130,138,118). Sum of RGB (Red+Green+Blue) = 130+138+118=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #828A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A76 is #7D7589. Grayscale: #858585. Windows color (decimal): -8222090 or 7768706. OLE color: 7768706.

HSL color Cylindrical-coordinate representation of color #828A76: hue angle of 84º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828A76 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 118 -
CMYK 0.06 0 0.14 0.46
HSL 84º 0.08% 0.5% -
HSV(B) 84º 0.14% 0.54% -
XYZ 21.56 24.23 20.68 -
YUV 133.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 130 138 118 0.06 0 0.14 0.46 84 0.08 0.5
Hex 82 8A 76 6 0 E 2E 54 8 32
Octal 202 212 166 6 0 16 56 124 10 62
Binary 10000010 10001010 1110110 110 0 1110 101110 1010100 1000 110010

Color Harmonies of #828A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A76

Black with #828A76

Text Example


Text Example

White with #828A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A76; }

 p { color: rgb(130,138,118); }

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

background-color css

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

 a { background-color: rgb(130,138,118); }

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

border-color css

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

 span { border-color: rgb(130,138,118); }

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