Html Css Color HEX #75466D Eminence

📋 copy color: '#75466D'

red 117 ◦ green 70 ◦ blue 109

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

Shades of Eminence #75466D

Tints of Eminence #75466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 39.53%
G = 23.65%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75466D (or 0x75466D) is known color: Eminence. HEX triplet: 75, 46 and 6D. RGB value is (117,70,109). Sum of RGB (Red+Green+Blue) = 117+70+109=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75466D is #8AB992. Grayscale: #585858. Windows color (decimal): -9091475 or 7161461. OLE color: 7161461.

HSL color Cylindrical-coordinate representation of color #75466D: hue angle of 310.21º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75466D is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 109 -
CMYK 0 0.40 0.07 0.54
HSL 310.21º 0.25% 0.37% -
HSV(B) 310.21º 0.4% 0.46% -
XYZ 12.29 9.27 15.61 -
YUV 88.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 117 70 109 0 0.40 0.07 0.54 310.21 0.25 0.37
Hex 75 46 6D 0 28 7 36 136 19 25
Octal 165 106 155 0 50 7 66 466 31 45
Binary 1110101 1000110 1101101 0 101000 111 110110 100110110 11001 100101

Color Harmonies of #75466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75466D

Black with #75466D

Text Example


Text Example

White with #75466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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