Html Css Color HEX #735F7D Rum

📋 copy color: '#735F7D'

red 115 ◦ green 95 ◦ blue 125

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

Shades of Rum #735F7D

Tints of Rum #735F7D

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 value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#735F7D (or 0x735F7D) is known color: 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

RGB 115 95 125 -
CMYK 0.08 0.24 0 0.51
HSL 280º 0.14% 0.43% -
HSV(B) 280º 0.24% 0.49% -
XYZ 14.86 13.31 21.19 -
YUV 104.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 115 95 125 0.08 0.24 0 0.51 280 0.14 0.43
Hex 73 5F 7D 8 18 0 33 118 E 2B
Octal 163 137 175 10 30 0 63 430 16 53
Binary 1110011 1011111 1111101 1000 11000 0 110011 100011000 1110 101011

Color Harmonies of #735F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735F7D

Black with #735F7D

Text Example


Text Example

White with #735F7D

Text Example


Text Example

HTML Codes & Css Web 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>