Html Css Color HEX #838B72 Gunsmoke

📋 copy color: '#838B72'

red 131 ◦ green 139 ◦ blue 114

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

Shades of Gunsmoke #838B72

Tints of Gunsmoke #838B72

RGB

 RED value IS 131 (51.56% from 255) = 34.11%

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

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

R = 34.11%
G = 36.2%
B = 29.69%

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

#838B72 (or 0x838B72) is known color: Gunsmoke. HEX triplet: 83, 8B and 72. RGB value is (131,139,114). Sum of RGB (Red+Green+Blue) = 131+139+114=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #838B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B72 is #7C748D. Grayscale: #858585. Windows color (decimal): -8156302 or 7506819. OLE color: 7506819.

HSL color Cylindrical-coordinate representation of color #838B72: hue angle of 79.2º 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 #838B72 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 139 114 -
CMYK 0.06 0 0.18 0.45
HSL 79.2º 0.1% 0.5% -
HSV(B) 79.2º 0.18% 0.55% -
XYZ 21.63 24.51 19.51 -
YUV 133.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 131 139 114 0.06 0 0.18 0.45 79.2 0.1 0.5
Hex 83 8B 72 6 0 12 2D 4F A 32
Octal 203 213 162 6 0 22 55 117 12 62
Binary 10000011 10001011 1110010 110 0 10010 101101 1001111 1010 110010

Color Harmonies of #838B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B72

Black with #838B72

Text Example


Text Example

White with #838B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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