Html Css Color HEX #81837A Gunsmoke

📋 copy color: '#81837A'

red 129 ◦ green 131 ◦ blue 122

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

Shades of Gunsmoke #81837A

Tints of Gunsmoke #81837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 33.77%
G = 34.29%
B = 31.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#81837A (or 0x81837A) is known color: Gunsmoke. HEX triplet: 81, 83 and 7A. RGB value is (129,131,122). Sum of RGB (Red+Green+Blue) = 129+131+122=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 131 - color contains mainly: green. Hex color #81837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81837A is #7E7C85. Grayscale: #818181. Windows color (decimal): -8289414 or 8029057. OLE color: 8029057.

HSL color Cylindrical-coordinate representation of color #81837A: hue angle of 73.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #81837A is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 131 122 -
CMYK 0.02 0 0.07 0.49
HSL 73.33º 0.04% 0.5% -
HSV(B) 73.33º 0.07% 0.51% -
XYZ 20.68 22.3 21.63 -
YUV 129.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 129 131 122 0.02 0 0.07 0.49 73.33 0.04 0.5
Hex 81 83 7A 2 0 7 31 49 4 32
Octal 201 203 172 2 0 7 61 111 4 62
Binary 10000001 10000011 1111010 10 0 111 110001 1001001 100 110010

Color Harmonies of #81837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81837A

Black with #81837A

Text Example


Text Example

White with #81837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81837A; }

 p { color: rgb(129,131,122); }

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

background-color css

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

 a { background-color: rgb(129,131,122); }

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

border-color css

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

 span { border-color: rgb(129,131,122); }

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