#73647A

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

Shades of Rum #73647A

Tints of Rum #73647A

Color information

#73647A (or 0x73647A) is unknown color: approx Rum. HEX triplet: 73, 64 and 7A. RGB value is (115,100,122). Sum of RGB (Red+Green+Blue) = 115+100+122=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #73647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73647A is #8C9B85. Grayscale: #6A6A6A. Windows color (decimal): -9214854 or 8021107. OLE color: 8021107.

HSL color Cylindrical-coordinate representation of color #73647A: hue angle of 280.91º 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 #73647A is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB115100122-
CMYK0.060.1800.52
HSL280.91º9.91%43.53%-
HSV(B)280.91º18.03%47.84%-
XYZ15.1414.1620.35-
YUV106.99136.47133.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.12%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=34.12%
G=29.67%
B=36.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151001220.060.1800.52280.919.9143.53
Hex73647A612034119a2c
Octal1631441726220644311254
Binary1110011110010011110101101001001101001000110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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