Html Css Color HEX #735A79 Rum

📋 copy color: '#735A79'

red 115 ◦ green 90 ◦ blue 121

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

Shades of Rum #735A79

Tints of Rum #735A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 35.28%
G = 27.61%
B = 37.12%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#735A79 (or 0x735A79) is known color: Rum. HEX triplet: 73, 5A and 79. RGB value is (115,90,121). Sum of RGB (Red+Green+Blue) = 115+90+121=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #735A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A79 is #8CA586. Grayscale: #646464. Windows color (decimal): -9217415 or 7953011. OLE color: 7953011.

HSL color Cylindrical-coordinate representation of color #735A79: hue angle of 288.39º 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 #735A79 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 90 121 -
CMYK 0.05 0.26 0 0.53
HSL 288.39º 0.15% 0.41% -
HSV(B) 288.39º 0.26% 0.47% -
XYZ 14.18 12.34 19.72 -
YUV 101.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 115 90 121 0.05 0.26 0 0.53 288.39 0.15 0.41
Hex 73 5A 79 5 1A 0 35 120 F 29
Octal 163 132 171 5 32 0 65 440 17 51
Binary 1110011 1011010 1111001 101 11010 0 110101 100100000 1111 101001

Color Harmonies of #735A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A79

Black with #735A79

Text Example


Text Example

White with #735A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,90,121); }

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

background-color css

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

 a { background-color: rgb(115,90,121); }

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

border-color css

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

 span { border-color: rgb(115,90,121); }

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