#735F7D

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

Shades of Rum #735F7D

Tints of Rum #735F7D

Color information

#735F7D (or 0x735F7D) is unknown color: approx Rum. HEX triplet: 73, 5F and 7D. RGB value is (115,95,125). Sum of RGB (Red+Green+Blue) = 115+95+125=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #735F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F7D is #8CA082. Grayscale: #686868. Windows color (decimal): -9216131 or 8216435. OLE color: 8216435.

HSL color Cylindrical-coordinate representation of color #735F7D: hue angle of 280º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735F7D is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11595125-
CMYK0.080.2400.51
HSL280º13.64%43.14%-
HSV(B)280º24%49.02%-
XYZ14.8613.3121.19-
YUV104.4139.63135.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 125 (49.22% from 255) = 37.31%
R=34.33%
G=28.36%
B=37.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115951250.080.2400.5128013.6443.14
Hex735F7D818033118e2b
Octal16313717510300634301653
Binary11100111011111111110110001100001100111000110001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,95,125); }

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

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

 a { background-color: rgb(115,95,125); }

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

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

 span { border-color: rgb(115,95,125); }

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