Html Css Color HEX #818870 Gunsmoke

📋 copy color: '#818870'

red 129 ◦ green 136 ◦ blue 112

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

Shades of Gunsmoke #818870

Tints of Gunsmoke #818870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 34.22%
G = 36.07%
B = 29.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#818870 (or 0x818870) is known color: Gunsmoke. HEX triplet: 81, 88 and 70. RGB value is (129,136,112). Sum of RGB (Red+Green+Blue) = 129+136+112=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #818870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818870 is #7E778F. Grayscale: #838383. Windows color (decimal): -8288144 or 7374977. OLE color: 7374977.

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

Color convert

RGB 129 136 112 -
CMYK 0.05 0 0.18 0.47
HSL 77.5º 0.1% 0.49% -
HSV(B) 77.5º 0.18% 0.53% -
XYZ 20.78 23.45 18.76 -
YUV 131.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 129 136 112 0.05 0 0.18 0.47 77.5 0.1 0.49
Hex 81 88 70 5 0 12 2F 4E A 31
Octal 201 210 160 5 0 22 57 116 12 61
Binary 10000001 10001000 1110000 101 0 10010 101111 1001110 1010 110001

Color Harmonies of #818870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818870

Black with #818870

Text Example


Text Example

White with #818870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818870; }

 p { color: rgb(129,136,112); }

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

background-color css

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

 a { background-color: rgb(129,136,112); }

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

border-color css

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

 span { border-color: rgb(129,136,112); }

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