#74627C

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

Shades of Rum #74627C

Tints of Rum #74627C

Color information

#74627C (or 0x74627C) is unknown color: approx Rum. HEX triplet: 74, 62 and 7C. RGB value is (116,98,124). Sum of RGB (Red+Green+Blue) = 116+98+124=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #74627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74627C is #8B9D83. Grayscale: #6A6A6A. Windows color (decimal): -9149828 or 8151668. OLE color: 8151668.

HSL color Cylindrical-coordinate representation of color #74627C: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74627C is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11698124-
CMYK0.060.2100.51
HSL281.54º11.71%43.53%-
HSV(B)281.54º20.97%48.63%-
XYZ15.2113.920.95-
YUV106.35137.96134.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=34.32%
G=28.99%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116981240.060.2100.51281.5411.7143.53
Hex74627C61503311ac2c
Octal1641421746250634321454
Binary1110100110001011111001101010101100111000110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74627C; }

 p { color: rgb(116,98,124); }

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

<style>
 a { background-color: #74627C; }

 a { background-color: rgb(116,98,124); }

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

<style>
 span { border-color: #74627C; }

 span { border-color: rgb(116,98,124); }

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