Html Css Color HEX #763072 Eminence

📋 copy color: '#763072'

red 118 ◦ green 48 ◦ blue 114

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

Shades of Eminence #763072

Tints of Eminence #763072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 42.14%
G = 17.14%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#763072 (or 0x763072) is known color: Eminence. HEX triplet: 76, 30 and 72. RGB value is (118,48,114). Sum of RGB (Red+Green+Blue) = 118+48+114=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #763072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763072 is #89CF8D. Grayscale: #4C4C4C. Windows color (decimal): -9031566 or 7483510. OLE color: 7483510.

HSL color Cylindrical-coordinate representation of color #763072: hue angle of 303.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763072 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 114 -
CMYK 0 0.59 0.03 0.54
HSL 303.43º 0.42% 0.33% -
HSV(B) 303.43º 0.59% 0.46% -
XYZ 11.57 7.18 16.7 -
YUV 76.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 118 48 114 0 0.59 0.03 0.54 303.43 0.42 0.33
Hex 76 30 72 0 3B 3 36 12F 2A 21
Octal 166 60 162 0 73 3 66 457 52 41
Binary 1110110 110000 1110010 0 111011 11 110110 100101111 101010 100001

Color Harmonies of #763072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763072

Black with #763072

Text Example


Text Example

White with #763072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763072; }

 p { color: rgb(118,48,114); }

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

background-color css

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

 a { background-color: rgb(118,48,114); }

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

border-color css

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

 span { border-color: rgb(118,48,114); }

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