Html Css Color HEX #75406D Eminence

📋 copy color: '#75406D'

red 117 ◦ green 64 ◦ blue 109

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

Shades of Eminence #75406D

Tints of Eminence #75406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 40.34%
G = 22.07%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75406D (or 0x75406D) is known color: Eminence. HEX triplet: 75, 40 and 6D. RGB value is (117,64,109). Sum of RGB (Red+Green+Blue) = 117+64+109=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75406D is #8ABF92. Grayscale: #545454. Windows color (decimal): -9093011 or 7159925. OLE color: 7159925.

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

Color convert

RGB 117 64 109 -
CMYK 0 0.45 0.07 0.54
HSL 309.06º 0.29% 0.35% -
HSV(B) 309.06º 0.45% 0.46% -
XYZ 11.93 8.55 15.49 -
YUV 84.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 117 64 109 0 0.45 0.07 0.54 309.06 0.29 0.35
Hex 75 40 6D 0 2D 7 36 135 1D 23
Octal 165 100 155 0 55 7 66 465 35 43
Binary 1110101 1000000 1101101 0 101101 111 110110 100110101 11101 100011

Color Harmonies of #75406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75406D

Black with #75406D

Text Example


Text Example

White with #75406D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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