Html Css Color HEX #818771 Gunsmoke

📋 copy color: '#818771'

red 129 ◦ green 135 ◦ blue 113

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

Shades of Gunsmoke #818771

Tints of Gunsmoke #818771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 34.22%
G = 35.81%
B = 29.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#818771 (or 0x818771) is known color: Gunsmoke. HEX triplet: 81, 87 and 71. RGB value is (129,135,113). Sum of RGB (Red+Green+Blue) = 129+135+113=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #818771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818771 is #7E788E. Grayscale: #828282. Windows color (decimal): -8288399 or 7440257. OLE color: 7440257.

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

Color convert

RGB 129 135 113 -
CMYK 0.04 0 0.16 0.47
HSL 76.36º 0.09% 0.49% -
HSV(B) 76.36º 0.16% 0.53% -
XYZ 20.7 23.19 19.01 -
YUV 130.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 129 135 113 0.04 0 0.16 0.47 76.36 0.09 0.49
Hex 81 87 71 4 0 10 2F 4C 9 31
Octal 201 207 161 4 0 20 57 114 11 61
Binary 10000001 10000111 1110001 100 0 10000 101111 1001100 1001 110001

Color Harmonies of #818771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818771

Black with #818771

Text Example


Text Example

White with #818771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818771; }

 p { color: rgb(129,135,113); }

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

background-color css

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

 a { background-color: rgb(129,135,113); }

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

border-color css

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

 span { border-color: rgb(129,135,113); }

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