Html Css Color HEX #774276 Eminence

📋 copy color: '#774276'

red 119 ◦ green 66 ◦ blue 118

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

Shades of Eminence #774276

Tints of Eminence #774276

RGB

 RED value IS 119 (46.88% from 255) = 39.27%

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

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

R = 39.27%
G = 21.78%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#774276 (or 0x774276) is known color: Eminence. HEX triplet: 77, 42 and 76. RGB value is (119,66,118). Sum of RGB (Red+Green+Blue) = 119+66+118=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774276 is #88BD89. Grayscale: #575757. Windows color (decimal): -8961418 or 7750263. OLE color: 7750263.

HSL color Cylindrical-coordinate representation of color #774276: hue angle of 301.13º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774276 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 118 -
CMYK 0 0.45 0.01 0.53
HSL 301.13º 0.29% 0.36% -
HSV(B) 301.13º 0.45% 0.47% -
XYZ 12.83 9.13 18.23 -
YUV 87.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 119 66 118 0 0.45 0.01 0.53 301.13 0.29 0.36
Hex 77 42 76 0 2D 1 35 12D 1D 24
Octal 167 102 166 0 55 1 65 455 35 44
Binary 1110111 1000010 1110110 0 101101 1 110101 100101101 11101 100100

Color Harmonies of #774276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774276

Black with #774276

Text Example


Text Example

White with #774276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774276; }

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

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

background-color css

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

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

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

border-color css

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

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

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