#72776A

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

Shades of Gunsmoke #72776A

Tints of Gunsmoke #72776A

Color information

#72776A (or 0x72776A) is unknown color: approx Gunsmoke. HEX triplet: 72, 77 and 6A. RGB value is (114,119,106). Sum of RGB (Red+Green+Blue) = 114+119+106=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #72776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72776A is #8D8895. Grayscale: #747474. Windows color (decimal): -9275542 or 6977394. OLE color: 6977394.

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

Color convert

RGB114119106-
CMYK0.0400.110.53
HSL83.08º5.78%44.12%-
HSV(B)83.08º10.92%46.67%-
XYZ16.1417.8116.22-
YUV116.02122.34126.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=33.63%
G=35.10%
B=31.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191060.0400.110.5383.085.7844.12
Hex72776A40B355362c
Octal162167152401365123654
Binary111001011101111101010100010111101011010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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