Html Css Color HEX #76396C Eminence

📋 copy color: '#76396C'

red 118 ◦ green 57 ◦ blue 108

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

Shades of Eminence #76396C

Tints of Eminence #76396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

 BLUE value IS 108 (42.58% from 255) = 38.16%

R = 41.7%
G = 20.14%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76396C (or 0x76396C) is known color: Eminence. HEX triplet: 76, 39 and 6C. RGB value is (118,57,108). Sum of RGB (Red+Green+Blue) = 118+57+108=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76396C is #89C693. Grayscale: #505050. Windows color (decimal): -9029268 or 7092598. OLE color: 7092598.

HSL color Cylindrical-coordinate representation of color #76396C: hue angle of 309.84º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76396C is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 108 -
CMYK 0 0.52 0.08 0.54
HSL 309.84º 0.35% 0.34% -
HSV(B) 309.84º 0.52% 0.46% -
XYZ 11.64 7.86 15.09 -
YUV 81.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 118 57 108 0 0.52 0.08 0.54 309.84 0.35 0.34
Hex 76 39 6C 0 34 8 36 136 23 22
Octal 166 71 154 0 64 10 66 466 43 42
Binary 1110110 111001 1101100 0 110100 1000 110110 100110110 100011 100010

Color Harmonies of #76396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76396C

Black with #76396C

Text Example


Text Example

White with #76396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76396C; }

 p { color: rgb(118,57,108); }

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

background-color css

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

 a { background-color: rgb(118,57,108); }

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

border-color css

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

 span { border-color: rgb(118,57,108); }

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