Html Css Color HEX #76376F Eminence

📋 copy color: '#76376F'

red 118 ◦ green 55 ◦ blue 111

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

Shades of Eminence #76376F

Tints of Eminence #76376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 41.55%
G = 19.37%
B = 39.08%

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

#76376F (or 0x76376F) is known color: Eminence. HEX triplet: 76, 37 and 6F. RGB value is (118,55,111). Sum of RGB (Red+Green+Blue) = 118+55+111=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76376F is #89C890. Grayscale: #505050. Windows color (decimal): -9029777 or 7288694. OLE color: 7288694.

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

Color convert

RGB 118 55 111 -
CMYK 0 0.53 0.06 0.54
HSL 306.67º 0.36% 0.34% -
HSV(B) 306.67º 0.53% 0.46% -
XYZ 11.71 7.73 15.91 -
YUV 80.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 118 55 111 0 0.53 0.06 0.54 306.67 0.36 0.34
Hex 76 37 6F 0 35 6 36 133 24 22
Octal 166 67 157 0 65 6 66 463 44 42
Binary 1110110 110111 1101111 0 110101 110 110110 100110011 100100 100010

Color Harmonies of #76376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76376F

Black with #76376F

Text Example


Text Example

White with #76376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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