Html Css Color HEX #828870 Gunsmoke

📋 copy color: '#828870'

red 130 ◦ green 136 ◦ blue 112

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

Shades of Gunsmoke #828870

Tints of Gunsmoke #828870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 34.39%
G = 35.98%
B = 29.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#828870 (or 0x828870) is known color: Gunsmoke. HEX triplet: 82, 88 and 70. RGB value is (130,136,112). Sum of RGB (Red+Green+Blue) = 130+136+112=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #828870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828870 is #7D778F. Grayscale: #838383. Windows color (decimal): -8222608 or 7374978. OLE color: 7374978.

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

Color convert

RGB 130 136 112 -
CMYK 0.04 0 0.18 0.47
HSL 75º 0.1% 0.49% -
HSV(B) 75º 0.18% 0.53% -
XYZ 20.93 23.52 18.77 -
YUV 131.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 130 136 112 0.04 0 0.18 0.47 75 0.1 0.49
Hex 82 88 70 4 0 12 2F 4B A 31
Octal 202 210 160 4 0 22 57 113 12 61
Binary 10000010 10001000 1110000 100 0 10010 101111 1001011 1010 110001

Color Harmonies of #828870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828870

Black with #828870

Text Example


Text Example

White with #828870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828870; }

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

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

background-color css

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

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

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

border-color css

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

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

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