Html Css Color HEX #76386F Eminence

📋 copy color: '#76386F'

red 118 ◦ green 56 ◦ blue 111

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

Shades of Eminence #76386F

Tints of Eminence #76386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.95%

R = 41.4%
G = 19.65%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76386F (or 0x76386F) is known color: Eminence. HEX triplet: 76, 38 and 6F. RGB value is (118,56,111). Sum of RGB (Red+Green+Blue) = 118+56+111=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #76386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76386F is #89C790. Grayscale: #505050. Windows color (decimal): -9029521 or 7288950. OLE color: 7288950.

HSL color Cylindrical-coordinate representation of color #76386F: hue angle of 306.77º 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 #76386F is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 56 111 -
CMYK 0 0.53 0.06 0.54
HSL 306.77º 0.36% 0.34% -
HSV(B) 306.77º 0.53% 0.46% -
XYZ 11.75 7.83 15.93 -
YUV 80.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 118 56 111 0 0.53 0.06 0.54 306.77 0.36 0.34
Hex 76 38 6F 0 35 6 36 133 24 22
Octal 166 70 157 0 65 6 66 463 44 42
Binary 1110110 111000 1101111 0 110101 110 110110 100110011 100100 100010

Color Harmonies of #76386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76386F

Black with #76386F

Text Example


Text Example

White with #76386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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