Html Css Color HEX #774575 Eminence

📋 copy color: '#774575'

red 119 ◦ green 69 ◦ blue 117

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

Shades of Eminence #774575

Tints of Eminence #774575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 39.02%
G = 22.62%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#774575 (or 0x774575) is known color: Eminence. HEX triplet: 77, 45 and 75. RGB value is (119,69,117). Sum of RGB (Red+Green+Blue) = 119+69+117=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774575 is #88BA8A. Grayscale: #595959. Windows color (decimal): -8960651 or 7685495. OLE color: 7685495.

HSL color Cylindrical-coordinate representation of color #774575: hue angle of 302.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774575 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 69 117 -
CMYK 0 0.42 0.02 0.53
HSL 302.4º 0.27% 0.37% -
HSV(B) 302.4º 0.42% 0.47% -
XYZ 12.95 9.46 17.97 -
YUV 89.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 119 69 117 0 0.42 0.02 0.53 302.4 0.27 0.37
Hex 77 45 75 0 2A 2 35 12E 1B 25
Octal 167 105 165 0 52 2 65 456 33 45
Binary 1110111 1000101 1110101 0 101010 10 110101 100101110 11011 100101

Color Harmonies of #774575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774575

Black with #774575

Text Example


Text Example

White with #774575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774575; }

 p { color: rgb(119,69,117); }

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

background-color css

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

 a { background-color: rgb(119,69,117); }

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

border-color css

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

 span { border-color: rgb(119,69,117); }

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