Html Css Color HEX #818777 Gunsmoke

📋 copy color: '#818777'

red 129 ◦ green 135 ◦ blue 119

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

Shades of Gunsmoke #818777

Tints of Gunsmoke #818777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 33.68%
G = 35.25%
B = 31.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#818777 (or 0x818777) is known color: Gunsmoke. HEX triplet: 81, 87 and 77. RGB value is (129,135,119). Sum of RGB (Red+Green+Blue) = 129+135+119=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #818777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818777 is #7E7888. Grayscale: #838383. Windows color (decimal): -8288393 or 7833473. OLE color: 7833473.

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

Color convert

RGB 129 135 119 -
CMYK 0.04 0 0.12 0.47
HSL 82.5º 0.06% 0.5% -
HSV(B) 82.5º 0.12% 0.53% -
XYZ 21.05 23.33 20.85 -
YUV 131.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 129 135 119 0.04 0 0.12 0.47 82.5 0.06 0.5
Hex 81 87 77 4 0 C 2F 52 6 32
Octal 201 207 167 4 0 14 57 122 6 62
Binary 10000001 10000111 1110111 100 0 1100 101111 1010010 110 110010

Color Harmonies of #818777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818777

Black with #818777

Text Example


Text Example

White with #818777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818777; }

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

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

background-color css

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

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

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

border-color css

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

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

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