Html Css Color HEX #755F7C Rum

📋 copy color: '#755F7C'

red 117 ◦ green 95 ◦ blue 124

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

Shades of Rum #755F7C

Tints of Rum #755F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 34.82%
G = 28.27%
B = 36.9%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#755F7C (or 0x755F7C) is known color: Rum. HEX triplet: 75, 5F and 7C. RGB value is (117,95,124). Sum of RGB (Red+Green+Blue) = 117+95+124=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #755F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F7C is #8AA083. Grayscale: #686868. Windows color (decimal): -9085060 or 8150901. OLE color: 8150901.

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

Color convert

RGB 117 95 124 -
CMYK 0.06 0.23 0 0.51
HSL 285.52º 0.13% 0.43% -
HSV(B) 285.52º 0.23% 0.49% -
XYZ 15.07 13.42 20.87 -
YUV 104.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 117 95 124 0.06 0.23 0 0.51 285.52 0.13 0.43
Hex 75 5F 7C 6 17 0 33 11E D 2B
Octal 165 137 174 6 27 0 63 436 15 53
Binary 1110101 1011111 1111100 110 10111 0 110011 100011110 1101 101011

Color Harmonies of #755F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F7C

Black with #755F7C

Text Example


Text Example

White with #755F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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