Html Css Color HEX #755E7F Rum

📋 copy color: '#755E7F'

red 117 ◦ green 94 ◦ blue 127

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

Shades of Rum #755E7F

Tints of Rum #755E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.57%

R = 34.62%
G = 27.81%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#755E7F (or 0x755E7F) is known color: Rum. HEX triplet: 75, 5E and 7F. RGB value is (117,94,127). Sum of RGB (Red+Green+Blue) = 117+94+127=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #755E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E7F is #8AA180. Grayscale: #686868. Windows color (decimal): -9085313 or 8347253. OLE color: 8347253.

HSL color Cylindrical-coordinate representation of color #755E7F: hue angle of 281.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755E7F is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 94 127 -
CMYK 0.08 0.26 0 0.50
HSL 281.82º 0.15% 0.43% -
HSV(B) 281.82º 0.26% 0.5% -
XYZ 15.17 13.32 21.85 -
YUV 104.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 117 94 127 0.08 0.26 0 0.50 281.82 0.15 0.43
Hex 75 5E 7F 8 1A 0 32 11A F 2B
Octal 165 136 177 10 32 0 62 432 17 53
Binary 1110101 1011110 1111111 1000 11010 0 110010 100011010 1111 101011

Color Harmonies of #755E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E7F

Black with #755E7F

Text Example


Text Example

White with #755E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,127); }

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

background-color css

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

 a { background-color: rgb(117,94,127); }

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

border-color css

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

 span { border-color: rgb(117,94,127); }

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