Html Css Color HEX #784875 Eminence

📋 copy color: '#784875'

red 120 ◦ green 72 ◦ blue 117

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

Shades of Eminence #784875

Tints of Eminence #784875

RGB

 RED value IS 120 (47.27% from 255) = 38.83%

 GREEN value IS 72 (28.52% from 255) = 23.3%

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

R = 38.83%
G = 23.3%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#784875 (or 0x784875) is known color: Eminence. HEX triplet: 78, 48 and 75. RGB value is (120,72,117). Sum of RGB (Red+Green+Blue) = 120+72+117=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #784875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784875 is #87B78A. Grayscale: #5B5B5B. Windows color (decimal): -8894347 or 7686264. OLE color: 7686264.

HSL color Cylindrical-coordinate representation of color #784875: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784875 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 117 -
CMYK 0 0.40 0.02 0.53
HSL 303.75º 0.25% 0.38% -
HSV(B) 303.75º 0.4% 0.47% -
XYZ 13.27 9.91 18.04 -
YUV 91.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 120 72 117 0 0.40 0.02 0.53 303.75 0.25 0.38
Hex 78 48 75 0 28 2 35 130 19 26
Octal 170 110 165 0 50 2 65 460 31 46
Binary 1111000 1001000 1110101 0 101000 10 110101 100110000 11001 100110

Color Harmonies of #784875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784875

Black with #784875

Text Example


Text Example

White with #784875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784875; }

 p { color: rgb(120,72,117); }

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

background-color css

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

 a { background-color: rgb(120,72,117); }

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

border-color css

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

 span { border-color: rgb(120,72,117); }

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