#727766

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

Shades of Gunsmoke #727766

Tints of Gunsmoke #727766

Color information

#727766 (or 0x727766) is unknown color: approx Gunsmoke. HEX triplet: 72, 77 and 66. RGB value is (114,119,102). Sum of RGB (Red+Green+Blue) = 114+119+102=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #727766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727766 is #8D8899. Grayscale: #737373. Windows color (decimal): -9275546 or 6715250. OLE color: 6715250.

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

Color convert

RGB114119102-
CMYK0.0400.140.53
HSL77.65º7.69%43.33%-
HSV(B)77.65º14.29%46.67%-
XYZ15.9317.7315.15-
YUV115.57120.34126.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=34.03%
G=35.52%
B=30.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191020.0400.140.5377.657.6943.33
Hex72776640E354e82b
Octal1621671464016651161053
Binary1110010111011111001101000111011010110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727766; }

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

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

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

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

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

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

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

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