Html Css Color HEX #818478 Gunsmoke

📋 copy color: '#818478'

red 129 ◦ green 132 ◦ blue 120

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

Shades of Gunsmoke #818478

Tints of Gunsmoke #818478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 33.86%
G = 34.65%
B = 31.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#818478 (or 0x818478) is known color: Gunsmoke. HEX triplet: 81, 84 and 78. RGB value is (129,132,120). Sum of RGB (Red+Green+Blue) = 129+132+120=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #818478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818478 is #7E7B87. Grayscale: #818181. Windows color (decimal): -8289160 or 7898241. OLE color: 7898241.

HSL color Cylindrical-coordinate representation of color #818478: hue angle of 75º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818478 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 120 -
CMYK 0.02 0 0.09 0.48
HSL 75º 0.05% 0.49% -
HSV(B) 75º 0.09% 0.52% -
XYZ 20.69 22.53 21.03 -
YUV 129.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 129 132 120 0.02 0 0.09 0.48 75 0.05 0.49
Hex 81 84 78 2 0 9 30 4B 5 31
Octal 201 204 170 2 0 11 60 113 5 61
Binary 10000001 10000100 1111000 10 0 1001 110000 1001011 101 110001

Color Harmonies of #818478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818478

Black with #818478

Text Example


Text Example

White with #818478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818478; }

 p { color: rgb(129,132,120); }

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

background-color css

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

 a { background-color: rgb(129,132,120); }

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

border-color css

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

 span { border-color: rgb(129,132,120); }

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