Html Css Color HEX #735978 Rum

📋 copy color: '#735978'

red 115 ◦ green 89 ◦ blue 120

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

Shades of Rum #735978

Tints of Rum #735978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

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

R = 35.49%
G = 27.47%
B = 37.04%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#735978 (or 0x735978) is known color: Rum. HEX triplet: 73, 59 and 78. RGB value is (115,89,120). Sum of RGB (Red+Green+Blue) = 115+89+120=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #735978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735978 is #8CA687. Grayscale: #646464. Windows color (decimal): -9217672 or 7887219. OLE color: 7887219.

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

Color convert

RGB 115 89 120 -
CMYK 0.04 0.26 0 0.53
HSL 290.32º 0.15% 0.41% -
HSV(B) 290.32º 0.26% 0.47% -
XYZ 14.03 12.15 19.37 -
YUV 100.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 115 89 120 0.04 0.26 0 0.53 290.32 0.15 0.41
Hex 73 59 78 4 1A 0 35 122 F 29
Octal 163 131 170 4 32 0 65 442 17 51
Binary 1110011 1011001 1111000 100 11010 0 110101 100100010 1111 101001

Color Harmonies of #735978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735978

Black with #735978

Text Example


Text Example

White with #735978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735978; }

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

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

background-color css

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

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

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

border-color css

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

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

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