Html Css Color HEX #828777 Gunsmoke

📋 copy color: '#828777'

red 130 ◦ green 135 ◦ blue 119

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

Shades of Gunsmoke #828777

Tints of Gunsmoke #828777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 33.85%
G = 35.16%
B = 30.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#828777 (or 0x828777) is known color: Gunsmoke. HEX triplet: 82, 87 and 77. RGB value is (130,135,119). Sum of RGB (Red+Green+Blue) = 130+135+119=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #828777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828777 is #7D7888. Grayscale: #838383. Windows color (decimal): -8222857 or 7833474. OLE color: 7833474.

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

Color convert

RGB 130 135 119 -
CMYK 0.04 0 0.12 0.47
HSL 78.75º 0.06% 0.5% -
HSV(B) 78.75º 0.12% 0.53% -
XYZ 21.2 23.41 20.85 -
YUV 131.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 130 135 119 0.04 0 0.12 0.47 78.75 0.06 0.5
Hex 82 87 77 4 0 C 2F 4F 6 32
Octal 202 207 167 4 0 14 57 117 6 62
Binary 10000010 10000111 1110111 100 0 1100 101111 1001111 110 110010

Color Harmonies of #828777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828777

Black with #828777

Text Example


Text Example

White with #828777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828777; }

 p { color: rgb(130,135,119); }

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

background-color css

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

 a { background-color: rgb(130,135,119); }

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

border-color css

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

 span { border-color: rgb(130,135,119); }

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