#74887D

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

Shades of Blue Smoke #74887D

Tints of Blue Smoke #74887D

Color information

#74887D (or 0x74887D) is unknown color: approx Blue Smoke. HEX triplet: 74, 88 and 7D. RGB value is (116,136,125). Sum of RGB (Red+Green+Blue) = 116+136+125=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #74887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74887D is #8B7782. Grayscale: #808080. Windows color (decimal): -9140099 or 8226932. OLE color: 8226932.

HSL color Cylindrical-coordinate representation of color #74887D: hue angle of 147º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74887D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB116136125-
CMYK0.1500.080.47
HSL147º7.94%49.41%-
HSV(B)147º14.71%53.33%-
XYZ19.7122.822.76-
YUV128.77125.87118.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=30.77%
G=36.07%
B=33.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161361250.1500.080.471477.9449.41
Hex74887DF082F93831
Octal16421017517010572231061
Binary1110100100010001111101111101000101111100100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74887D; }

 p { color: rgb(116,136,125); }

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

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

 a { background-color: rgb(116,136,125); }

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

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

 span { border-color: rgb(116,136,125); }

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