Html Css Color HEX #818972 Gunsmoke

📋 copy color: '#818972'

red 129 ◦ green 137 ◦ blue 114

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

Shades of Gunsmoke #818972

Tints of Gunsmoke #818972

RGB

 RED value IS 129 (50.78% from 255) = 33.95%

 GREEN value IS 137 (53.91% from 255) = 36.05%

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

R = 33.95%
G = 36.05%
B = 30%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#818972 (or 0x818972) is known color: Gunsmoke. HEX triplet: 81, 89 and 72. RGB value is (129,137,114). Sum of RGB (Red+Green+Blue) = 129+137+114=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #818972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818972 is #7E768D. Grayscale: #848484. Windows color (decimal): -8287886 or 7506305. OLE color: 7506305.

HSL color Cylindrical-coordinate representation of color #818972: hue angle of 80.87º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #818972 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 137 114 -
CMYK 0.06 0 0.17 0.46
HSL 80.87º 0.09% 0.49% -
HSV(B) 80.87º 0.17% 0.54% -
XYZ 21.04 23.77 19.4 -
YUV 131.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 129 137 114 0.06 0 0.17 0.46 80.87 0.09 0.49
Hex 81 89 72 6 0 11 2E 51 9 31
Octal 201 211 162 6 0 21 56 121 11 61
Binary 10000001 10001001 1110010 110 0 10001 101110 1010001 1001 110001

Color Harmonies of #818972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818972

Black with #818972

Text Example


Text Example

White with #818972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818972; }

 p { color: rgb(129,137,114); }

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

background-color css

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

 a { background-color: rgb(129,137,114); }

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

border-color css

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

 span { border-color: rgb(129,137,114); }

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