Html Css Color HEX #773870 Eminence

📋 copy color: '#773870'

red 119 ◦ green 56 ◦ blue 112

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

Shades of Eminence #773870

Tints of Eminence #773870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 41.46%
G = 19.51%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#773870 (or 0x773870) is known color: Eminence. HEX triplet: 77, 38 and 70. RGB value is (119,56,112). Sum of RGB (Red+Green+Blue) = 119+56+112=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773870 is #88C78F. Grayscale: #515151. Windows color (decimal): -8963984 or 7354487. OLE color: 7354487.

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

Color convert

RGB 119 56 112 -
CMYK 0 0.53 0.06 0.53
HSL 306.67º 0.36% 0.34% -
HSV(B) 306.67º 0.53% 0.47% -
XYZ 11.95 7.92 16.23 -
YUV 81.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 119 56 112 0 0.53 0.06 0.53 306.67 0.36 0.34
Hex 77 38 70 0 35 6 35 133 24 22
Octal 167 70 160 0 65 6 65 463 44 42
Binary 1110111 111000 1110000 0 110101 110 110101 100110011 100100 100010

Color Harmonies of #773870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773870

Black with #773870

Text Example


Text Example

White with #773870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773870; }

 p { color: rgb(119,56,112); }

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

background-color css

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

 a { background-color: rgb(119,56,112); }

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

border-color css

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

 span { border-color: rgb(119,56,112); }

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