#74657A

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

Shades of Rum #74657A

Tints of Rum #74657A

Color information

#74657A (or 0x74657A) is unknown color: approx Rum. HEX triplet: 74, 65 and 7A. RGB value is (116,101,122). Sum of RGB (Red+Green+Blue) = 116+101+122=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #74657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74657A is #8B9A85. Grayscale: #6B6B6B. Windows color (decimal): -9149062 or 8021364. OLE color: 8021364.

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

Color convert

RGB116101122-
CMYK0.050.1700.52
HSL282.86º9.42%43.73%-
HSV(B)282.86º17.21%47.84%-
XYZ15.3714.4320.39-
YUV107.88135.97133.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=34.22%
G=29.79%
B=35.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161011220.050.1700.52282.869.4243.73
Hex74657A51103411b92c
Octal1641451725210644331154
Binary1110100110010111110101011000101101001000110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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