Html Css Color HEX #774171 Eminence

📋 copy color: '#774171'

red 119 ◦ green 65 ◦ blue 113

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

Shades of Eminence #774171

Tints of Eminence #774171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 40.07%
G = 21.89%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#774171 (or 0x774171) is known color: Eminence. HEX triplet: 77, 41 and 71. RGB value is (119,65,113). Sum of RGB (Red+Green+Blue) = 119+65+113=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #774171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774171 is #88BE8E. Grayscale: #565656. Windows color (decimal): -8961679 or 7422327. OLE color: 7422327.

HSL color Cylindrical-coordinate representation of color #774171: hue angle of 306.67º 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 #774171 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 113 -
CMYK 0 0.45 0.05 0.53
HSL 306.67º 0.29% 0.36% -
HSV(B) 306.67º 0.45% 0.47% -
XYZ 12.48 8.89 16.68 -
YUV 86.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 119 65 113 0 0.45 0.05 0.53 306.67 0.29 0.36
Hex 77 41 71 0 2D 5 35 133 1D 24
Octal 167 101 161 0 55 5 65 463 35 44
Binary 1110111 1000001 1110001 0 101101 101 110101 100110011 11101 100100

Color Harmonies of #774171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774171

Black with #774171

Text Example


Text Example

White with #774171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774171; }

 p { color: rgb(119,65,113); }

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

background-color css

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

 a { background-color: rgb(119,65,113); }

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

border-color css

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

 span { border-color: rgb(119,65,113); }

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