#74607A

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

Shades of Rum #74607A

Tints of Rum #74607A

Color information

#74607A (or 0x74607A) is unknown color: approx Rum. HEX triplet: 74, 60 and 7A. RGB value is (116,96,122). Sum of RGB (Red+Green+Blue) = 116+96+122=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #74607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74607A is #8B9F85. Grayscale: #686868. Windows color (decimal): -9150342 or 8020084. OLE color: 8020084.

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

Color convert

RGB11696122-
CMYK0.050.2100.52
HSL286.15º11.93%42.75%-
HSV(B)286.15º21.31%47.84%-
XYZ14.913.4820.23-
YUV104.94137.63135.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=34.73%
G=28.74%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116961220.050.2100.52286.1511.9342.75
Hex74607A51503411ec2b
Octal1641401725250644361453
Binary1110100110000011110101011010101101001000111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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