Html Css Color HEX #828875 Gunsmoke

📋 copy color: '#828875'

red 130 ◦ green 136 ◦ blue 117

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

Shades of Gunsmoke #828875

Tints of Gunsmoke #828875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 33.94%
G = 35.51%
B = 30.55%

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

#828875 (or 0x828875) is known color: Gunsmoke. HEX triplet: 82, 88 and 75. RGB value is (130,136,117). Sum of RGB (Red+Green+Blue) = 130+136+117=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #828875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828875 is #7D778A. Grayscale: #848484. Windows color (decimal): -8222603 or 7702658. OLE color: 7702658.

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

Color convert

RGB 130 136 117 -
CMYK 0.04 0 0.14 0.47
HSL 78.95º 0.08% 0.5% -
HSV(B) 78.95º 0.14% 0.53% -
XYZ 21.22 23.64 20.27 -
YUV 132.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 130 136 117 0.04 0 0.14 0.47 78.95 0.08 0.5
Hex 82 88 75 4 0 E 2F 4F 8 32
Octal 202 210 165 4 0 16 57 117 10 62
Binary 10000010 10001000 1110101 100 0 1110 101111 1001111 1000 110010

Color Harmonies of #828875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828875

Black with #828875

Text Example


Text Example

White with #828875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828875; }

 p { color: rgb(130,136,117); }

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

background-color css

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

 a { background-color: rgb(130,136,117); }

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

border-color css

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

 span { border-color: rgb(130,136,117); }

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