Html Css Color HEX #828B72 Gunsmoke

📋 copy color: '#828B72'

red 130 ◦ green 139 ◦ blue 114

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

Shades of Gunsmoke #828B72

Tints of Gunsmoke #828B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 33.94%
G = 36.29%
B = 29.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#828B72 (or 0x828B72) is known color: Gunsmoke. HEX triplet: 82, 8B and 72. RGB value is (130,139,114). Sum of RGB (Red+Green+Blue) = 130+139+114=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #828B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B72 is #7D748D. Grayscale: #858585. Windows color (decimal): -8221838 or 7506818. OLE color: 7506818.

HSL color Cylindrical-coordinate representation of color #828B72: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #828B72 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 139 114 -
CMYK 0.06 0 0.18 0.45
HSL 81.6º 0.1% 0.5% -
HSV(B) 81.6º 0.18% 0.55% -
XYZ 21.48 24.43 19.5 -
YUV 133.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 130 139 114 0.06 0 0.18 0.45 81.6 0.1 0.5
Hex 82 8B 72 6 0 12 2D 52 A 32
Octal 202 213 162 6 0 22 55 122 12 62
Binary 10000010 10001011 1110010 110 0 10010 101101 1010010 1010 110010

Color Harmonies of #828B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B72

Black with #828B72

Text Example


Text Example

White with #828B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,114); }

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

background-color css

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

 a { background-color: rgb(130,139,114); }

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

border-color css

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

 span { border-color: rgb(130,139,114); }

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