#74847A

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

Shades of Blue Smoke #74847A

Tints of Blue Smoke #74847A

Color information

#74847A (or 0x74847A) is unknown color: approx Blue Smoke. HEX triplet: 74, 84 and 7A. RGB value is (116,132,122). Sum of RGB (Red+Green+Blue) = 116+132+122=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #74847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74847A is #8B7B85. Grayscale: #7E7E7E. Windows color (decimal): -9141126 or 8029300. OLE color: 8029300.

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

Color convert

RGB116132122-
CMYK0.1200.080.48
HSL142.5º6.45%48.63%-
HSV(B)142.5º12.12%51.76%-
XYZ18.9721.6221.59-
YUV126.08125.7120.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=31.35%
G=35.68%
B=32.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321220.1200.080.48142.56.4548.63
Hex74847AC08308e631
Octal1642041721401060216661
Binary111010010000100111101011000100011000010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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