Html Css Color HEX #76386E Eminence

📋 copy color: '#76386E'

red 118 ◦ green 56 ◦ blue 110

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

Shades of Eminence #76386E

Tints of Eminence #76386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

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

R = 41.55%
G = 19.72%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76386E (or 0x76386E) is known color: Eminence. HEX triplet: 76, 38 and 6E. RGB value is (118,56,110). Sum of RGB (Red+Green+Blue) = 118+56+110=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76386E is #89C791. Grayscale: #505050. Windows color (decimal): -9029522 or 7223414. OLE color: 7223414.

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

Color convert

RGB 118 56 110 -
CMYK 0 0.53 0.07 0.54
HSL 307.74º 0.36% 0.34% -
HSV(B) 307.74º 0.53% 0.46% -
XYZ 11.7 7.81 15.64 -
YUV 80.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 118 56 110 0 0.53 0.07 0.54 307.74 0.36 0.34
Hex 76 38 6E 0 35 7 36 134 24 22
Octal 166 70 156 0 65 7 66 464 44 42
Binary 1110110 111000 1101110 0 110101 111 110110 100110100 100100 100010

Color Harmonies of #76386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76386E

Black with #76386E

Text Example


Text Example

White with #76386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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