#74637C

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

Shades of Rum #74637C

Tints of Rum #74637C

Color information

#74637C (or 0x74637C) is unknown color: approx Rum. HEX triplet: 74, 63 and 7C. RGB value is (116,99,124). Sum of RGB (Red+Green+Blue) = 116+99+124=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #74637C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74637C is #8B9C83. Grayscale: #6A6A6A. Windows color (decimal): -9149572 or 8151924. OLE color: 8151924.

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

Color convert

RGB11699124-
CMYK0.060.2000.51
HSL280.8º11.21%43.73%-
HSV(B)280.8º20.16%48.63%-
XYZ15.314.0920.98-
YUV106.93137.63134.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=34.22%
G=29.20%
B=36.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116991240.060.2000.51280.811.2143.73
Hex74637C614033119b2c
Octal1641431746240634311354
Binary1110100110001111111001101010001100111000110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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