#74617E

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

Shades of Rum #74617E

Tints of Rum #74617E

Color information

#74617E (or 0x74617E) is unknown color: approx Rum. HEX triplet: 74, 61 and 7E. RGB value is (116,97,126). Sum of RGB (Red+Green+Blue) = 116+97+126=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #74617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74617E is #8B9E81. Grayscale: #696969. Windows color (decimal): -9150082 or 8282484. OLE color: 8282484.

HSL color Cylindrical-coordinate representation of color #74617E: hue angle of 279.31º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74617E is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11697126-
CMYK0.080.2300.51
HSL279.31º13%43.73%-
HSV(B)279.31º23.02%49.41%-
XYZ15.2413.7721.59-
YUV105.99139.29135.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=34.22%
G=28.61%
B=37.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116971260.080.2300.51279.311343.73
Hex74617E817033117d2c
Octal16414117610270634271554
Binary11101001100001111111010001011101100111000101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74617E; }

 p { color: rgb(116,97,126); }

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

<style>
 a { background-color: #74617E; }

 a { background-color: rgb(116,97,126); }

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

<style>
 span { border-color: #74617E; }

 span { border-color: rgb(116,97,126); }

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