Html Css Color HEX #755F80 Rum

📋 copy color: '#755F80'

red 117 ◦ green 95 ◦ blue 128

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

Shades of Rum #755F80

Tints of Rum #755F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 34.41%
G = 27.94%
B = 37.65%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#755F80 (or 0x755F80) is known color: Rum. HEX triplet: 75, 5F and 80. RGB value is (117,95,128). Sum of RGB (Red+Green+Blue) = 117+95+128=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #755F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F80 is #8AA07F. Grayscale: #696969. Windows color (decimal): -9085056 or 8413045. OLE color: 8413045.

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

Color convert

RGB 117 95 128 -
CMYK 0.09 0.26 0 0.50
HSL 280º 0.15% 0.44% -
HSV(B) 280º 0.26% 0.5% -
XYZ 15.32 13.52 22.22 -
YUV 105.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 117 95 128 0.09 0.26 0 0.50 280 0.15 0.44
Hex 75 5F 80 9 1A 0 32 118 F 2C
Octal 165 137 200 11 32 0 62 430 17 54
Binary 1110101 1011111 10000000 1001 11010 0 110010 100011000 1111 101100

Color Harmonies of #755F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F80

Black with #755F80

Text Example


Text Example

White with #755F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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