#72776B

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

Shades of Gunsmoke #72776B

Tints of Gunsmoke #72776B

Color information

#72776B (or 0x72776B) is unknown color: approx Gunsmoke. HEX triplet: 72, 77 and 6B. RGB value is (114,119,107). Sum of RGB (Red+Green+Blue) = 114+119+107=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #72776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72776B is #8D8894. Grayscale: #747474. Windows color (decimal): -9275541 or 7042930. OLE color: 7042930.

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

Color convert

RGB114119107-
CMYK0.0400.100.53
HSL85º5.31%44.31%-
HSV(B)85º10.08%46.67%-
XYZ16.1917.8316.5-
YUV116.14122.84126.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=33.53%
G=35%
B=31.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191070.0400.100.53855.3144.31
Hex72776B40A355552c
Octal162167153401265125554
Binary111001011101111101011100010101101011010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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