#72766A

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

Shades of Gunsmoke #72766A

Tints of Gunsmoke #72766A

Color information

#72766A (or 0x72766A) is unknown color: approx Gunsmoke. HEX triplet: 72, 76 and 6A. RGB value is (114,118,106). Sum of RGB (Red+Green+Blue) = 114+118+106=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 118 - color contains mainly: green. Hex color #72766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72766A is #8D8995. Grayscale: #737373. Windows color (decimal): -9275798 or 6977138. OLE color: 6977138.

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

Color convert

RGB114118106-
CMYK0.0300.100.54
HSL80º5.36%43.92%-
HSV(B)80º10.17%46.27%-
XYZ16.0217.5716.18-
YUV115.44122.67126.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=33.73%
G=34.91%
B=31.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141181060.0300.100.54805.3643.92
Hex72766A30A365052c
Octal162166152301266120554
Binary11100101110110110101011010101101101010000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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