Html Css Color HEX #76476F Eminence

📋 copy color: '#76476F'

red 118 ◦ green 71 ◦ blue 111

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

Shades of Eminence #76476F

Tints of Eminence #76476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

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

R = 39.33%
G = 23.67%
B = 37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76476F (or 0x76476F) is known color: Eminence. HEX triplet: 76, 47 and 6F. RGB value is (118,71,111). Sum of RGB (Red+Green+Blue) = 118+71+111=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #76476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76476F is #89B890. Grayscale: #595959. Windows color (decimal): -9025681 or 7292790. OLE color: 7292790.

HSL color Cylindrical-coordinate representation of color #76476F: hue angle of 308.94º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76476F is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 111 -
CMYK 0 0.40 0.06 0.54
HSL 308.94º 0.25% 0.37% -
HSV(B) 308.94º 0.4% 0.46% -
XYZ 12.59 9.51 16.21 -
YUV 89.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 118 71 111 0 0.40 0.06 0.54 308.94 0.25 0.37
Hex 76 47 6F 0 28 6 36 135 19 25
Octal 166 107 157 0 50 6 66 465 31 45
Binary 1110110 1000111 1101111 0 101000 110 110110 100110101 11001 100101

Color Harmonies of #76476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76476F

Black with #76476F

Text Example


Text Example

White with #76476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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