#74647A

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

Shades of Rum #74647A

Tints of Rum #74647A

Color information

#74647A (or 0x74647A) is unknown color: approx Rum. HEX triplet: 74, 64 and 7A. RGB value is (116,100,122). Sum of RGB (Red+Green+Blue) = 116+100+122=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #74647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74647A is #8B9B85. Grayscale: #6B6B6B. Windows color (decimal): -9149318 or 8021108. OLE color: 8021108.

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

Color convert

RGB116100122-
CMYK0.050.1800.52
HSL283.64º9.91%43.53%-
HSV(B)283.64º18.03%47.84%-
XYZ15.2714.2320.35-
YUV107.29136.3134.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=34.32%
G=29.59%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161001220.050.1800.52283.649.9143.53
Hex74647A51203411ca2c
Octal1641441725220644341254
Binary1110100110010011110101011001001101001000111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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