Html Css Color HEX #735B78 Rum

📋 copy color: '#735B78'

red 115 ◦ green 91 ◦ blue 120

#735B78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #735B78

Tints of Rum #735B78

RGB

 RED value IS 115 (45.31% from 255) = 35.28%

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 35.28%
G = 27.91%
B = 36.81%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#735B78 (or 0x735B78) is known color: Rum. HEX triplet: 73, 5B and 78. RGB value is (115,91,120). Sum of RGB (Red+Green+Blue) = 115+91+120=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #735B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B78 is #8CA487. Grayscale: #656565. Windows color (decimal): -9217160 or 7887731. OLE color: 7887731.

HSL color Cylindrical-coordinate representation of color #735B78: hue angle of 289.66º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735B78 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 91 120 -
CMYK 0.04 0.24 0 0.53
HSL 289.66º 0.14% 0.41% -
HSV(B) 289.66º 0.24% 0.47% -
XYZ 14.2 12.48 19.43 -
YUV 101.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 115 91 120 0.04 0.24 0 0.53 289.66 0.14 0.41
Hex 73 5B 78 4 18 0 35 122 E 29
Octal 163 133 170 4 30 0 65 442 16 51
Binary 1110011 1011011 1111000 100 11000 0 110101 100100010 1110 101001

Color Harmonies of #735B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735B78

Black with #735B78

Text Example


Text Example

White with #735B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735B78; }

 p { color: rgb(115,91,120); }

 H1.HeaderClassName
 {
   color: #735B78;
 }
 .AnyTagClassName
 {
   color: #735B78;
 }
</style>

background-color css

<style>
 a { background-color: #735B78; }

 a { background-color: rgb(115,91,120); }

 div.DivClassName
 {
   background-color: #735B78;
 }
 .BgClassName
 {
   background-color: #735B78;
 }
</style>

border-color css

<style>
 span { border-color: #735B78; }

 span { border-color: rgb(115,91,120); }

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