#74577A

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

Shades of Rum #74577A

Tints of Rum #74577A

Color information

#74577A (or 0x74577A) is unknown color: approx Rum. HEX triplet: 74, 57 and 7A. RGB value is (116,87,122). Sum of RGB (Red+Green+Blue) = 116+87+122=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #74577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74577A is #8BA885. Grayscale: #636363. Windows color (decimal): -9152646 or 8017780. OLE color: 8017780.

HSL color Cylindrical-coordinate representation of color #74577A: hue angle of 289.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74577A is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11687122-
CMYK0.050.2900.52
HSL289.71º16.75%40.98%-
HSV(B)289.71º28.69%47.84%-
XYZ14.1211.9319.97-
YUV99.66140.61139.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=35.69%
G=26.77%
B=37.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116871220.050.2900.52289.7116.7540.98
Hex74577A51D0341221129
Octal1641271725350644422151
Binary11101001010111111101010111101011010010010001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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