#738076

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

Shades of Blue Smoke #738076

Tints of Blue Smoke #738076

Color information

#738076 (or 0x738076) is unknown color: approx Blue Smoke. HEX triplet: 73, 80 and 76. RGB value is (115,128,118). Sum of RGB (Red+Green+Blue) = 115+128+118=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 128 - color contains mainly: green. Hex color #738076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738076 is #8C7F89. Grayscale: #7B7B7B. Windows color (decimal): -9207690 or 7766131. OLE color: 7766131.

HSL color Cylindrical-coordinate representation of color #738076: hue angle of 133.85º 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 #738076 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB115128118-
CMYK0.1000.080.50
HSL133.85º5.35%47.65%-
HSV(B)133.85º10.16%50.2%-
XYZ18.0620.3920.12-
YUV122.97125.19122.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=31.86%
G=35.46%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151281180.1000.080.50133.855.3547.65
Hex738076A083286530
Octal1632001661201062206560
Binary111001110000000111011010100100011001010000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738076; }

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

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

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

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

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

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

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

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