Html Css Color HEX #754B70 Eminence

📋 copy color: '#754B70'

red 117 ◦ green 75 ◦ blue 112

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

Shades of Eminence #754B70

Tints of Eminence #754B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.67%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 38.49%
G = 24.67%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754B70 (or 0x754B70) is known color: Eminence. HEX triplet: 75, 4B and 70. RGB value is (117,75,112). Sum of RGB (Red+Green+Blue) = 117+75+112=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #754B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B70 is #8AB48F. Grayscale: #5B5B5B. Windows color (decimal): -9090192 or 7359349. OLE color: 7359349.

HSL color Cylindrical-coordinate representation of color #754B70: hue angle of 307.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B70 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 112 -
CMYK 0 0.36 0.04 0.54
HSL 307.14º 0.22% 0.38% -
HSV(B) 307.14º 0.36% 0.46% -
XYZ 12.78 9.98 16.58 -
YUV 91.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 117 75 112 0 0.36 0.04 0.54 307.14 0.22 0.38
Hex 75 4B 70 0 24 4 36 133 16 26
Octal 165 113 160 0 44 4 66 463 26 46
Binary 1110101 1001011 1110000 0 100100 100 110110 100110011 10110 100110

Color Harmonies of #754B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B70

Black with #754B70

Text Example


Text Example

White with #754B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754B70; }

 p { color: rgb(117,75,112); }

 H1.HeaderClassName
 {
   color: #754B70;
 }
 .AnyTagClassName
 {
   color: #754B70;
 }
</style>

background-color css

<style>
 a { background-color: #754B70; }

 a { background-color: rgb(117,75,112); }

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

border-color css

<style>
 span { border-color: #754B70; }

 span { border-color: rgb(117,75,112); }

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