#74857A

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

Shades of Blue Smoke #74857A

Tints of Blue Smoke #74857A

Color information

#74857A (or 0x74857A) is unknown color: approx Blue Smoke. HEX triplet: 74, 85 and 7A. RGB value is (116,133,122). Sum of RGB (Red+Green+Blue) = 116+133+122=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #74857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74857A is #8B7A85. Grayscale: #7E7E7E. Windows color (decimal): -9140870 or 8029556. OLE color: 8029556.

HSL color Cylindrical-coordinate representation of color #74857A: hue angle of 141.18º 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 #74857A is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB116133122-
CMYK0.1300.080.48
HSL141.18º6.83%48.82%-
HSV(B)141.18º12.78%52.16%-
XYZ19.121.8921.63-
YUV126.66125.37120.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=31.27%
G=35.85%
B=32.88%

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
Decimal1161331220.1300.080.48141.186.8348.82
Hex74857AD08308d731
Octal1642051721501060215761
Binary111010010000101111101011010100011000010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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