Html Css Color HEX #76447F Eminence

📋 copy color: '#76447F'

red 118 ◦ green 68 ◦ blue 127

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

Shades of Eminence #76447F

Tints of Eminence #76447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 37.7%
G = 21.73%
B = 40.58%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76447F (or 0x76447F) is known color: Eminence. HEX triplet: 76, 44 and 7F. RGB value is (118,68,127). Sum of RGB (Red+Green+Blue) = 118+68+127=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #76447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76447F is #89BB80. Grayscale: #595959. Windows color (decimal): -9026433 or 8340598. OLE color: 8340598.

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

Color convert

RGB 118 68 127 -
CMYK 0.07 0.46 0 0.50
HSL 290.85º 0.3% 0.38% -
HSV(B) 290.85º 0.46% 0.5% -
XYZ 13.37 9.52 21.21 -
YUV 89.68 149.07 148.2 -
System Red Green Blue C M Y K H S L
Decimal 118 68 127 0.07 0.46 0 0.50 290.85 0.3 0.38
Hex 76 44 7F 7 2E 0 32 123 1E 26
Octal 166 104 177 7 56 0 62 443 36 46
Binary 1110110 1000100 1111111 111 101110 0 110010 100100011 11110 100110

Color Harmonies of #76447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76447F

Black with #76447F

Text Example


Text Example

White with #76447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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