#757B6B

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

Shades of Gunsmoke #757B6B

Tints of Gunsmoke #757B6B

Color information

#757B6B (or 0x757B6B) is unknown color: approx Gunsmoke. HEX triplet: 75, 7B and 6B. RGB value is (117,123,107). Sum of RGB (Red+Green+Blue) = 117+123+107=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 123 - color contains mainly: green. Hex color #757B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B6B is #8A8494. Grayscale: #777777. Windows color (decimal): -9077909 or 7043957. OLE color: 7043957.

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

Color convert

RGB117123107-
CMYK0.0500.130.52
HSL82.5º6.96%45.1%-
HSV(B)82.5º13.01%48.24%-
XYZ17.0719.0116.68-
YUV119.38121.01126.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=33.72%
G=35.45%
B=30.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171231070.0500.130.5282.56.9645.1
Hex757B6B50D345272d
Octal165173153501564122755
Binary111010111110111101011101011011101001010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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