Html Css Color HEX #75456D Eminence

📋 copy color: '#75456D'

red 117 ◦ green 69 ◦ blue 109

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

Shades of Eminence #75456D

Tints of Eminence #75456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 39.66%
G = 23.39%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75456D (or 0x75456D) is known color: Eminence. HEX triplet: 75, 45 and 6D. RGB value is (117,69,109). Sum of RGB (Red+Green+Blue) = 117+69+109=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75456D is #8ABA92. Grayscale: #575757. Windows color (decimal): -9091731 or 7161205. OLE color: 7161205.

HSL color Cylindrical-coordinate representation of color #75456D: hue angle of 310º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75456D is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 109 -
CMYK 0 0.41 0.07 0.54
HSL 310º 0.26% 0.36% -
HSV(B) 310º 0.41% 0.46% -
XYZ 12.22 9.14 15.59 -
YUV 87.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 117 69 109 0 0.41 0.07 0.54 310 0.26 0.36
Hex 75 45 6D 0 29 7 36 136 1A 24
Octal 165 105 155 0 51 7 66 466 32 44
Binary 1110101 1000101 1101101 0 101001 111 110110 100110110 11010 100100

Color Harmonies of #75456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75456D

Black with #75456D

Text Example


Text Example

White with #75456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75456D; }

 p { color: rgb(117,69,109); }

 H1.HeaderClassName
 {
   color: #75456D;
 }
 .AnyTagClassName
 {
   color: #75456D;
 }
</style>

background-color css

<style>
 a { background-color: #75456D; }

 a { background-color: rgb(117,69,109); }

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

border-color css

<style>
 span { border-color: #75456D; }

 span { border-color: rgb(117,69,109); }

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