Html Css Color HEX #76377F Eminence

📋 copy color: '#76377F'

red 118 ◦ green 55 ◦ blue 127

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

Shades of Eminence #76377F

Tints of Eminence #76377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.33%

R = 39.33%
G = 18.33%
B = 42.33%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76377F (or 0x76377F) is known color: Eminence. HEX triplet: 76, 37 and 7F. RGB value is (118,55,127). Sum of RGB (Red+Green+Blue) = 118+55+127=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #76377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76377F is #89C880. Grayscale: #515151. Windows color (decimal): -9029761 or 8337270. OLE color: 8337270.

HSL color Cylindrical-coordinate representation of color #76377F: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76377F is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 55 127 -
CMYK 0.07 0.57 0 0.50
HSL 292.5º 0.4% 0.36% -
HSV(B) 292.5º 0.57% 0.5% -
XYZ 12.67 8.12 20.98 -
YUV 82.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 118 55 127 0.07 0.57 0 0.50 292.5 0.4 0.36
Hex 76 37 7F 7 39 0 32 124 28 24
Octal 166 67 177 7 71 0 62 444 50 44
Binary 1110110 110111 1111111 111 111001 0 110010 100100100 101000 100100

Color Harmonies of #76377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76377F

Black with #76377F

Text Example


Text Example

White with #76377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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