#737974

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

Shades of Blue Smoke #737974

Tints of Blue Smoke #737974

Color information

#737974 (or 0x737974) is unknown color: approx Blue Smoke. HEX triplet: 73, 79 and 74. RGB value is (115,121,116). Sum of RGB (Red+Green+Blue) = 115+121+116=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 121 - color contains mainly: green. Hex color #737974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737974 is #8C868B. Grayscale: #767676. Windows color (decimal): -9209484 or 7633267. OLE color: 7633267.

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

Color convert

RGB115121116-
CMYK0.0500.040.53
HSL130º2.54%46.27%-
HSV(B)130º4.96%47.45%-
XYZ17.0618.5819.21-
YUV118.64126.51125.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=32.67%
G=34.38%
B=32.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151211160.0500.040.531302.5446.27
Hex737974504358232e
Octal16317116450465202356
Binary11100111111001111010010101001101011000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737974; }

 p { color: rgb(115,121,116); }

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

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

 a { background-color: rgb(115,121,116); }

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

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

 span { border-color: rgb(115,121,116); }

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