#72766B

Color #72766B Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #72766B

Tints of Gunsmoke #72766B

Color information

#72766B (or 0x72766B) is unknown color: approx Gunsmoke. HEX triplet: 72, 76 and 6B. RGB value is (114,118,107). Sum of RGB (Red+Green+Blue) = 114+118+107=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #72766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72766B is #8D8994. Grayscale: #737373. Windows color (decimal): -9275797 or 7042674. OLE color: 7042674.

HSL color Cylindrical-coordinate representation of color #72766B: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72766B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB114118107-
CMYK0.0300.090.54
HSL81.82º4.89%44.12%-
HSV(B)81.82º9.32%46.27%-
XYZ16.0717.616.46-
YUV115.55123.17126.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=33.63%
G=34.81%
B=31.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141181070.0300.090.5481.824.8944.12
Hex72766B309365252c
Octal162166153301166122554
Binary11100101110110110101111010011101101010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72766B; }

 p { color: rgb(114,118,107); }

 H1.HeaderClassName
 {
   color: #72766B;
 }
 .AnyTagClassName
 {
   color: #72766B;
 }
</style>
background-color css

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

 a { background-color: rgb(114,118,107); }

 div.DivClassName
 {
   background-color: #72766B;
 }
 .BgClassName
 {
   background-color: #72766B;
 }
</style>
border-color css

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

 span { border-color: rgb(114,118,107); }

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