#757B67

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

Shades of Gunsmoke #757B67

Tints of Gunsmoke #757B67

Color information

#757B67 (or 0x757B67) is unknown color: approx Gunsmoke. HEX triplet: 75, 7B and 67. RGB value is (117,123,103). Sum of RGB (Red+Green+Blue) = 117+123+103=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #757B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B67 is #8A8498. Grayscale: #767676. Windows color (decimal): -9077913 or 6781813. OLE color: 6781813.

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

Color convert

RGB117123103-
CMYK0.0500.160.52
HSL78º8.85%44.31%-
HSV(B)78º16.26%48.24%-
XYZ16.8718.9315.6-
YUV118.93119.01126.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=34.11%
G=35.86%
B=30.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171231030.0500.160.52788.8544.31
Hex757B675010344e92c
Octal1651731475020641161154
Binary11101011111011110011110101000011010010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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