#74897A

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

Shades of Blue Smoke #74897A

Tints of Blue Smoke #74897A

Color information

#74897A (or 0x74897A) is unknown color: approx Blue Smoke. HEX triplet: 74, 89 and 7A. RGB value is (116,137,122). Sum of RGB (Red+Green+Blue) = 116+137+122=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #74897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74897A is #8B7685. Grayscale: #818181. Windows color (decimal): -9139846 or 8030580. OLE color: 8030580.

HSL color Cylindrical-coordinate representation of color #74897A: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74897A is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB116137122-
CMYK0.1500.110.46
HSL137.14º8.3%49.61%-
HSV(B)137.14º15.33%53.73%-
XYZ19.6623.0121.82-
YUV129.01124.04118.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=30.93%
G=36.53%
B=32.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161371220.1500.110.46137.148.349.61
Hex74897AF0B2E89832
Octal16421117217013562111062
Binary1110100100010011111010111101011101110100010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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