Html Css Color HEX #76437F Eminence

📋 copy color: '#76437F'

red 118 ◦ green 67 ◦ blue 127

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

Shades of Eminence #76437F

Tints of Eminence #76437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 37.82%
G = 21.47%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76437F (or 0x76437F) is known color: Eminence. HEX triplet: 76, 43 and 7F. RGB value is (118,67,127). Sum of RGB (Red+Green+Blue) = 118+67+127=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #76437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76437F is #89BC80. Grayscale: #585858. Windows color (decimal): -9026689 or 8340342. OLE color: 8340342.

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

Color convert

RGB 118 67 127 -
CMYK 0.07 0.47 0 0.50
HSL 291º 0.31% 0.38% -
HSV(B) 291º 0.47% 0.5% -
XYZ 13.31 9.4 21.19 -
YUV 89.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 118 67 127 0.07 0.47 0 0.50 291 0.31 0.38
Hex 76 43 7F 7 2F 0 32 123 1F 26
Octal 166 103 177 7 57 0 62 443 37 46
Binary 1110110 1000011 1111111 111 101111 0 110010 100100011 11111 100110

Color Harmonies of #76437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76437F

Black with #76437F

Text Example


Text Example

White with #76437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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