Html Css Color HEX #755F7E Rum

📋 copy color: '#755F7E'

red 117 ◦ green 95 ◦ blue 126

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

Shades of Rum #755F7E

Tints of Rum #755F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 34.62%
G = 28.11%
B = 37.28%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#755F7E (or 0x755F7E) is known color: Rum. HEX triplet: 75, 5F and 7E. RGB value is (117,95,126). Sum of RGB (Red+Green+Blue) = 117+95+126=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #755F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F7E is #8AA081. Grayscale: #696969. Windows color (decimal): -9085058 or 8281973. OLE color: 8281973.

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

Color convert

RGB 117 95 126 -
CMYK 0.07 0.25 0 0.51
HSL 282.58º 0.14% 0.43% -
HSV(B) 282.58º 0.25% 0.49% -
XYZ 15.19 13.47 21.54 -
YUV 105.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 117 95 126 0.07 0.25 0 0.51 282.58 0.14 0.43
Hex 75 5F 7E 7 19 0 33 11B E 2B
Octal 165 137 176 7 31 0 63 433 16 53
Binary 1110101 1011111 1111110 111 11001 0 110011 100011011 1110 101011

Color Harmonies of #755F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F7E

Black with #755F7E

Text Example


Text Example

White with #755F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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