#74857B

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

Shades of Blue Smoke #74857B

Tints of Blue Smoke #74857B

Color information

#74857B (or 0x74857B) is unknown color: approx Blue Smoke. HEX triplet: 74, 85 and 7B. RGB value is (116,133,123). Sum of RGB (Red+Green+Blue) = 116+133+123=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #74857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74857B is #8B7A84. Grayscale: #7E7E7E. Windows color (decimal): -9140869 or 8095092. OLE color: 8095092.

HSL color Cylindrical-coordinate representation of color #74857B: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74857B is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB116133123-
CMYK0.1300.080.48
HSL144.71º6.83%48.82%-
HSV(B)144.71º12.78%52.16%-
XYZ19.1721.9221.96-
YUV126.78125.87120.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=31.18%
G=35.75%
B=33.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331230.1300.080.48144.716.8348.82
Hex74857BD083091731
Octal1642051731501060221761
Binary111010010000101111101111010100011000010010001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74857B; }

 p { color: rgb(116,133,123); }

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

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

 a { background-color: rgb(116,133,123); }

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

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

 span { border-color: rgb(116,133,123); }

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