Html Css Color HEX #753E6B Eminence

📋 copy color: '#753E6B'

red 117 ◦ green 62 ◦ blue 107

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

Shades of Eminence #753E6B

Tints of Eminence #753E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 40.91%
G = 21.68%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#753E6B (or 0x753E6B) is known color: Eminence. HEX triplet: 75, 3E and 6B. RGB value is (117,62,107). Sum of RGB (Red+Green+Blue) = 117+62+107=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #753E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E6B is #8AC194. Grayscale: #535353. Windows color (decimal): -9093525 or 7028341. OLE color: 7028341.

HSL color Cylindrical-coordinate representation of color #753E6B: hue angle of 310.91º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E6B is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 107 -
CMYK 0 0.47 0.09 0.54
HSL 310.91º 0.31% 0.35% -
HSV(B) 310.91º 0.47% 0.46% -
XYZ 11.71 8.29 14.89 -
YUV 83.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 117 62 107 0 0.47 0.09 0.54 310.91 0.31 0.35
Hex 75 3E 6B 0 2F 9 36 137 1F 23
Octal 165 76 153 0 57 11 66 467 37 43
Binary 1110101 111110 1101011 0 101111 1001 110110 100110111 11111 100011

Color Harmonies of #753E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E6B

Black with #753E6B

Text Example


Text Example

White with #753E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E6B; }

 p { color: rgb(117,62,107); }

 H1.HeaderClassName
 {
   color: #753E6B;
 }
 .AnyTagClassName
 {
   color: #753E6B;
 }
</style>

background-color css

<style>
 a { background-color: #753E6B; }

 a { background-color: rgb(117,62,107); }

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

border-color css

<style>
 span { border-color: #753E6B; }

 span { border-color: rgb(117,62,107); }

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