Html Css Color HEX #762D75 Eminence

📋 copy color: '#762D75'

red 118 ◦ green 45 ◦ blue 117

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

Shades of Eminence #762D75

Tints of Eminence #762D75

RGB

 RED value IS 118 (46.48% from 255) = 42.14%

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 42.14%
G = 16.07%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#762D75 (or 0x762D75) is known color: Eminence. HEX triplet: 76, 2D and 75. RGB value is (118,45,117). Sum of RGB (Red+Green+Blue) = 118+45+117=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #762D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762D75 is #89D28A. Grayscale: #4A4A4A. Windows color (decimal): -9032331 or 7679350. OLE color: 7679350.

HSL color Cylindrical-coordinate representation of color #762D75: hue angle of 300.82º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D75 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 117 -
CMYK 0 0.62 0.01 0.54
HSL 300.82º 0.45% 0.32% -
HSV(B) 300.82º 0.62% 0.46% -
XYZ 11.62 7.01 17.57 -
YUV 75.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 118 45 117 0 0.62 0.01 0.54 300.82 0.45 0.32
Hex 76 2D 75 0 3E 1 36 12D 2D 20
Octal 166 55 165 0 76 1 66 455 55 40
Binary 1110110 101101 1110101 0 111110 1 110110 100101101 101101 100000

Color Harmonies of #762D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D75

Black with #762D75

Text Example


Text Example

White with #762D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D75; }

 p { color: rgb(118,45,117); }

 H1.HeaderClassName
 {
   color: #762D75;
 }
 .AnyTagClassName
 {
   color: #762D75;
 }
</style>

background-color css

<style>
 a { background-color: #762D75; }

 a { background-color: rgb(118,45,117); }

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

border-color css

<style>
 span { border-color: #762D75; }

 span { border-color: rgb(118,45,117); }

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