Html Css Color HEX #755A7B Rum

📋 copy color: '#755A7B'

red 117 ◦ green 90 ◦ blue 123

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

Shades of Rum #755A7B

Tints of Rum #755A7B

RGB

 RED value IS 117 (46.09% from 255) = 35.45%

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

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

R = 35.45%
G = 27.27%
B = 37.27%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#755A7B (or 0x755A7B) is known color: Rum. HEX triplet: 75, 5A and 7B. RGB value is (117,90,123). Sum of RGB (Red+Green+Blue) = 117+90+123=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #755A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A7B is #8AA584. Grayscale: #656565. Windows color (decimal): -9086341 or 8084085. OLE color: 8084085.

HSL color Cylindrical-coordinate representation of color #755A7B: hue angle of 289.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755A7B is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 90 123 -
CMYK 0.05 0.27 0 0.52
HSL 289.09º 0.15% 0.42% -
HSV(B) 289.09º 0.27% 0.48% -
XYZ 14.57 12.52 20.39 -
YUV 101.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 117 90 123 0.05 0.27 0 0.52 289.09 0.15 0.42
Hex 75 5A 7B 5 1B 0 34 121 F 2A
Octal 165 132 173 5 33 0 64 441 17 52
Binary 1110101 1011010 1111011 101 11011 0 110100 100100001 1111 101010

Color Harmonies of #755A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A7B

Black with #755A7B

Text Example


Text Example

White with #755A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A7B; }

 p { color: rgb(117,90,123); }

 H1.HeaderClassName
 {
   color: #755A7B;
 }
 .AnyTagClassName
 {
   color: #755A7B;
 }
</style>

background-color css

<style>
 a { background-color: #755A7B; }

 a { background-color: rgb(117,90,123); }

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

border-color css

<style>
 span { border-color: #755A7B; }

 span { border-color: rgb(117,90,123); }

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