Html Css Color HEX #735E7B Rum

📋 copy color: '#735E7B'

red 115 ◦ green 94 ◦ blue 123

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

Shades of Rum #735E7B

Tints of Rum #735E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 34.64%
G = 28.31%
B = 37.05%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#735E7B (or 0x735E7B) is known color: Rum. HEX triplet: 73, 5E and 7B. RGB value is (115,94,123). Sum of RGB (Red+Green+Blue) = 115+94+123=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #735E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E7B is #8CA184. Grayscale: #676767. Windows color (decimal): -9216389 or 8085107. OLE color: 8085107.

HSL color Cylindrical-coordinate representation of color #735E7B: hue angle of 283.45º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735E7B is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 94 123 -
CMYK 0.07 0.24 0 0.52
HSL 283.45º 0.13% 0.43% -
HSV(B) 283.45º 0.24% 0.48% -
XYZ 14.65 13.08 20.49 -
YUV 103.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 115 94 123 0.07 0.24 0 0.52 283.45 0.13 0.43
Hex 73 5E 7B 7 18 0 34 11B D 2B
Octal 163 136 173 7 30 0 64 433 15 53
Binary 1110011 1011110 1111011 111 11000 0 110100 100011011 1101 101011

Color Harmonies of #735E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735E7B

Black with #735E7B

Text Example


Text Example

White with #735E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,94,123); }

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

background-color css

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

 a { background-color: rgb(115,94,123); }

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

border-color css

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

 span { border-color: rgb(115,94,123); }

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