Html Css Color HEX #764276 Eminence

📋 copy color: '#764276'

red 118 ◦ green 66 ◦ blue 118

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

Shades of Eminence #764276

Tints of Eminence #764276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 39.07%
G = 21.85%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#764276 (or 0x764276) is known color: Eminence. HEX triplet: 76, 42 and 76. RGB value is (118,66,118). Sum of RGB (Red+Green+Blue) = 118+66+118=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #764276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764276 is #89BD89. Grayscale: #575757. Windows color (decimal): -9026954 or 7750262. OLE color: 7750262.

HSL color Cylindrical-coordinate representation of color #764276: hue angle of 300º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764276 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 118 -
CMYK 0 0.44 0 0.54
HSL 300º 0.28% 0.36% -
HSV(B) 300º 0.44% 0.46% -
XYZ 12.69 9.06 18.22 -
YUV 87.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 118 66 118 0 0.44 0 0.54 300 0.28 0.36
Hex 76 42 76 0 2C 0 36 12C 1C 24
Octal 166 102 166 0 54 0 66 454 34 44
Binary 1110110 1000010 1110110 0 101100 0 110110 100101100 11100 100100

Color Harmonies of #764276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764276

Black with #764276

Text Example


Text Example

White with #764276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764276; }

 p { color: rgb(118,66,118); }

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

background-color css

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

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

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

border-color css

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

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

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