Html Css Color HEX #818574 Gunsmoke

📋 copy color: '#818574'

red 129 ◦ green 133 ◦ blue 116

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

Shades of Gunsmoke #818574

Tints of Gunsmoke #818574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 34.13%
G = 35.19%
B = 30.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#818574 (or 0x818574) is known color: Gunsmoke. HEX triplet: 81, 85 and 74. RGB value is (129,133,116). Sum of RGB (Red+Green+Blue) = 129+133+116=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #818574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818574 is #7E7A8B. Grayscale: #818181. Windows color (decimal): -8288908 or 7636353. OLE color: 7636353.

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

Color convert

RGB 129 133 116 -
CMYK 0.03 0 0.13 0.48
HSL 74.12º 0.07% 0.49% -
HSV(B) 74.12º 0.13% 0.52% -
XYZ 20.59 22.7 19.82 -
YUV 129.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 129 133 116 0.03 0 0.13 0.48 74.12 0.07 0.49
Hex 81 85 74 3 0 D 30 4A 7 31
Octal 201 205 164 3 0 15 60 112 7 61
Binary 10000001 10000101 1110100 11 0 1101 110000 1001010 111 110001

Color Harmonies of #818574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818574

Black with #818574

Text Example


Text Example

White with #818574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818574; }

 p { color: rgb(129,133,116); }

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

background-color css

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

 a { background-color: rgb(129,133,116); }

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

border-color css

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

 span { border-color: rgb(129,133,116); }

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