#74627A

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

Shades of Rum #74627A

Tints of Rum #74627A

Color information

#74627A (or 0x74627A) is unknown color: approx Rum. HEX triplet: 74, 62 and 7A. RGB value is (116,98,122). Sum of RGB (Red+Green+Blue) = 116+98+122=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #74627A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74627A is #8B9D85. Grayscale: #6A6A6A. Windows color (decimal): -9149830 or 8020596. OLE color: 8020596.

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

Color convert

RGB11698122-
CMYK0.050.2000.52
HSL285º10.91%43.14%-
HSV(B)285º19.67%47.84%-
XYZ15.0813.8520.29-
YUV106.12136.96135.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=34.52%
G=29.17%
B=36.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116981220.050.2000.5228510.9143.14
Hex74627A51403411db2b
Octal1641421725240644351353
Binary1110100110001011110101011010001101001000111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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