Html Css Color HEX #755A7C Rum

📋 copy color: '#755A7C'

red 117 ◦ green 90 ◦ blue 124

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

Shades of Rum #755A7C

Tints of Rum #755A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 35.35%
G = 27.19%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#755A7C (or 0x755A7C) is known color: Rum. HEX triplet: 75, 5A and 7C. RGB value is (117,90,124). Sum of RGB (Red+Green+Blue) = 117+90+124=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #755A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A7C is #8AA583. Grayscale: #656565. Windows color (decimal): -9086340 or 8149621. OLE color: 8149621.

HSL color Cylindrical-coordinate representation of color #755A7C: hue angle of 287.65º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755A7C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 90 124 -
CMYK 0.06 0.27 0 0.51
HSL 287.65º 0.16% 0.42% -
HSV(B) 287.65º 0.27% 0.49% -
XYZ 14.63 12.55 20.72 -
YUV 101.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 117 90 124 0.06 0.27 0 0.51 287.65 0.16 0.42
Hex 75 5A 7C 6 1B 0 33 120 10 2A
Octal 165 132 174 6 33 0 63 440 20 52
Binary 1110101 1011010 1111100 110 11011 0 110011 100100000 10000 101010

Color Harmonies of #755A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A7C

Black with #755A7C

Text Example


Text Example

White with #755A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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