Html Css Color HEX #76356E Eminence

📋 copy color: '#76356E'

red 118 ◦ green 53 ◦ blue 110

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

Shades of Eminence #76356E

Tints of Eminence #76356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 41.99%
G = 18.86%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76356E (or 0x76356E) is known color: Eminence. HEX triplet: 76, 35 and 6E. RGB value is (118,53,110). Sum of RGB (Red+Green+Blue) = 118+53+110=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76356E is #89CA91. Grayscale: #4E4E4E. Windows color (decimal): -9030290 or 7222646. OLE color: 7222646.

HSL color Cylindrical-coordinate representation of color #76356E: hue angle of 307.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76356E is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 110 -
CMYK 0 0.55 0.07 0.54
HSL 307.38º 0.38% 0.34% -
HSV(B) 307.38º 0.55% 0.46% -
XYZ 11.56 7.52 15.59 -
YUV 78.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 118 53 110 0 0.55 0.07 0.54 307.38 0.38 0.34
Hex 76 35 6E 0 37 7 36 133 26 22
Octal 166 65 156 0 67 7 66 463 46 42
Binary 1110110 110101 1101110 0 110111 111 110110 100110011 100110 100010

Color Harmonies of #76356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76356E

Black with #76356E

Text Example


Text Example

White with #76356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76356E; }

 p { color: rgb(118,53,110); }

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

background-color css

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

 a { background-color: rgb(118,53,110); }

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

border-color css

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

 span { border-color: rgb(118,53,110); }

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