Html Css Color HEX #735A76 Rum

📋 copy color: '#735A76'

red 115 ◦ green 90 ◦ blue 118

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

Shades of Rum #735A76

Tints of Rum #735A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 35.6%
G = 27.86%
B = 36.53%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#735A76 (or 0x735A76) is known color: Rum. HEX triplet: 73, 5A and 76. RGB value is (115,90,118). Sum of RGB (Red+Green+Blue) = 115+90+118=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #735A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A76 is #8CA589. Grayscale: #646464. Windows color (decimal): -9217418 or 7756403. OLE color: 7756403.

HSL color Cylindrical-coordinate representation of color #735A76: hue angle of 293.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735A76 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 90 118 -
CMYK 0.03 0.24 0 0.54
HSL 293.57º 0.13% 0.41% -
HSV(B) 293.57º 0.24% 0.46% -
XYZ 14 12.27 18.77 -
YUV 100.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 115 90 118 0.03 0.24 0 0.54 293.57 0.13 0.41
Hex 73 5A 76 3 18 0 36 126 D 29
Octal 163 132 166 3 30 0 66 446 15 51
Binary 1110011 1011010 1110110 11 11000 0 110110 100100110 1101 101001

Color Harmonies of #735A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A76

Black with #735A76

Text Example


Text Example

White with #735A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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