#738074

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

Shades of Blue Smoke #738074

Tints of Blue Smoke #738074

Color information

#738074 (or 0x738074) is unknown color: approx Blue Smoke. HEX triplet: 73, 80 and 74. RGB value is (115,128,116). Sum of RGB (Red+Green+Blue) = 115+128+116=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 128 - color contains mainly: green. Hex color #738074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738074 is #8C7F8B. Grayscale: #7A7A7A. Windows color (decimal): -9207692 or 7635059. OLE color: 7635059.

HSL color Cylindrical-coordinate representation of color #738074: hue angle of 124.62º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #738074 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB115128116-
CMYK0.1000.090.50
HSL124.62º5.35%47.65%-
HSV(B)124.62º10.16%50.2%-
XYZ17.9420.3419.5-
YUV122.74124.19122.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.03%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=32.03%
G=35.65%
B=32.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151281160.1000.090.50124.625.3547.65
Hex738074A09327d530
Octal1632001641201162175560
Binary11100111000000011101001010010011100101111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738074; }

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

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

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

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

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

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

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

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