#736F74

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

Shades of Rum #736F74

Tints of Rum #736F74

Color information

#736F74 (or 0x736F74) is unknown color: approx Rum. HEX triplet: 73, 6F and 74. RGB value is (115,111,116). Sum of RGB (Red+Green+Blue) = 115+111+116=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 116 - color contains mainly: blue. Hex color #736F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F74 is #8C908B. Grayscale: #707070. Windows color (decimal): -9212044 or 7630707. OLE color: 7630707.

HSL color Cylindrical-coordinate representation of color #736F74: hue angle of 288º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #736F74 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB115111116-
CMYK0.010.0400.55
HSL288º2.2%44.51%-
HSV(B)288º4.31%45.49%-
XYZ15.9116.2718.83-
YUV112.77129.83129.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=33.63%
G=32.46%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151111160.010.0400.552882.244.51
Hex736F741403712022d
Octal16315716414067440255
Binary1110011110111111101001100011011110010000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736F74; }

 p { color: rgb(115,111,116); }

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

<style>
 a { background-color: #736F74; }

 a { background-color: rgb(115,111,116); }

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

<style>
 span { border-color: #736F74; }

 span { border-color: rgb(115,111,116); }

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