Html Css Color HEX #818875 Gunsmoke

📋 copy color: '#818875'

red 129 ◦ green 136 ◦ blue 117

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

Shades of Gunsmoke #818875

Tints of Gunsmoke #818875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 33.77%
G = 35.6%
B = 30.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#818875 (or 0x818875) is known color: Gunsmoke. HEX triplet: 81, 88 and 75. RGB value is (129,136,117). Sum of RGB (Red+Green+Blue) = 129+136+117=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #818875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818875 is #7E778A. Grayscale: #838383. Windows color (decimal): -8288139 or 7702657. OLE color: 7702657.

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

Color convert

RGB 129 136 117 -
CMYK 0.05 0 0.14 0.47
HSL 82.11º 0.08% 0.5% -
HSV(B) 82.11º 0.14% 0.53% -
XYZ 21.07 23.56 20.27 -
YUV 131.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 129 136 117 0.05 0 0.14 0.47 82.11 0.08 0.5
Hex 81 88 75 5 0 E 2F 52 8 32
Octal 201 210 165 5 0 16 57 122 10 62
Binary 10000001 10001000 1110101 101 0 1110 101111 1010010 1000 110010

Color Harmonies of #818875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818875

Black with #818875

Text Example


Text Example

White with #818875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818875; }

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

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

background-color css

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

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

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

border-color css

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

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

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