#737A68

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

Shades of Gunsmoke #737A68

Tints of Gunsmoke #737A68

Color information

#737A68 (or 0x737A68) is unknown color: approx Gunsmoke. HEX triplet: 73, 7A and 68. RGB value is (115,122,104). Sum of RGB (Red+Green+Blue) = 115+122+104=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 122 - color contains mainly: green. Hex color #737A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A68 is #8C8597. Grayscale: #757575. Windows color (decimal): -9209240 or 6847091. OLE color: 6847091.

HSL color Cylindrical-coordinate representation of color #737A68: hue angle of 83.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #737A68 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB115122104-
CMYK0.0600.150.52
HSL83.33º7.96%44.31%-
HSV(B)83.33º14.75%47.84%-
XYZ16.5318.5615.81-
YUV117.85120.18125.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 122 (48.05% from 255) = 35.78%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=33.72%
G=35.78%
B=30.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151221040.0600.150.5283.337.9644.31
Hex737A6860F345382c
Octal1631721506017641231054
Binary1110011111101011010001100111111010010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737A68; }

 p { color: rgb(115,122,104); }

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

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

 a { background-color: rgb(115,122,104); }

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

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

 span { border-color: rgb(115,122,104); }

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