Html Css Color HEX #828774 Gunsmoke

📋 copy color: '#828774'

red 130 ◦ green 135 ◦ blue 116

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

Shades of Gunsmoke #828774

Tints of Gunsmoke #828774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 34.12%
G = 35.43%
B = 30.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#828774 (or 0x828774) is known color: Gunsmoke. HEX triplet: 82, 87 and 74. RGB value is (130,135,116). Sum of RGB (Red+Green+Blue) = 130+135+116=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #828774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828774 is #7D788B. Grayscale: #838383. Windows color (decimal): -8222860 or 7636866. OLE color: 7636866.

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

Color convert

RGB 130 135 116 -
CMYK 0.04 0 0.14 0.47
HSL 75.79º 0.08% 0.49% -
HSV(B) 75.79º 0.14% 0.53% -
XYZ 21.02 23.33 19.92 -
YUV 131.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 130 135 116 0.04 0 0.14 0.47 75.79 0.08 0.49
Hex 82 87 74 4 0 E 2F 4C 8 31
Octal 202 207 164 4 0 16 57 114 10 61
Binary 10000010 10000111 1110100 100 0 1110 101111 1001100 1000 110001

Color Harmonies of #828774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828774

Black with #828774

Text Example


Text Example

White with #828774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828774; }

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

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

background-color css

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

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

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

border-color css

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

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

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