#757B66

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

Shades of Gunsmoke #757B66

Tints of Gunsmoke #757B66

Color information

#757B66 (or 0x757B66) is unknown color: approx Gunsmoke. HEX triplet: 75, 7B and 66. RGB value is (117,123,102). Sum of RGB (Red+Green+Blue) = 117+123+102=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #757B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B66 is #8A8499. Grayscale: #767676. Windows color (decimal): -9077914 or 6716277. OLE color: 6716277.

HSL color Cylindrical-coordinate representation of color #757B66: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757B66 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB117123102-
CMYK0.0500.170.52
HSL77.14º9.33%44.12%-
HSV(B)77.14º17.07%48.24%-
XYZ16.8218.9115.33-
YUV118.81118.51126.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=34.21%
G=35.96%
B=29.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171231020.0500.170.5277.149.3344.12
Hex757B665011344d92c
Octal1651731465021641151154
Binary11101011111011110011010101000111010010011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757B66; }

 p { color: rgb(117,123,102); }

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

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

 a { background-color: rgb(117,123,102); }

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

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

 span { border-color: rgb(117,123,102); }

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