Html Css Color HEX #755F7D Rum

📋 copy color: '#755F7D'

red 117 ◦ green 95 ◦ blue 125

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

Shades of Rum #755F7D

Tints of Rum #755F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 34.72%
G = 28.19%
B = 37.09%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#755F7D (or 0x755F7D) is known color: Rum. HEX triplet: 75, 5F and 7D. RGB value is (117,95,125). Sum of RGB (Red+Green+Blue) = 117+95+125=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #755F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F7D is #8AA082. Grayscale: #686868. Windows color (decimal): -9085059 or 8216437. OLE color: 8216437.

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

Color convert

RGB 117 95 125 -
CMYK 0.06 0.24 0 0.51
HSL 284º 0.14% 0.43% -
HSV(B) 284º 0.24% 0.49% -
XYZ 15.13 13.45 21.2 -
YUV 105 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 117 95 125 0.06 0.24 0 0.51 284 0.14 0.43
Hex 75 5F 7D 6 18 0 33 11C E 2B
Octal 165 137 175 6 30 0 63 434 16 53
Binary 1110101 1011111 1111101 110 11000 0 110011 100011100 1110 101011

Color Harmonies of #755F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F7D

Black with #755F7D

Text Example


Text Example

White with #755F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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