Html Css Color HEX #785F99 Scampi

📋 copy color: '#785F99'

red 120 ◦ green 95 ◦ blue 153

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

Shades of Scampi #785F99

Tints of Scampi #785F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 32.61%
G = 25.82%
B = 41.58%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#785F99 (or 0x785F99) is known color: Scampi. HEX triplet: 78, 5F and 99. RGB value is (120,95,153). Sum of RGB (Red+Green+Blue) = 120+95+153=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #785F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F99 is #87A066. Grayscale: #6C6C6C. Windows color (decimal): -8888423 or 10051448. OLE color: 10051448.

HSL color Cylindrical-coordinate representation of color #785F99: hue angle of 265.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #785F99 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 95 153 -
CMYK 0.22 0.38 0 0.4
HSL 265.86º 0.23% 0.49% -
HSV(B) 265.86º 0.38% 0.6% -
XYZ 17.59 14.48 32 -
YUV 109.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 120 95 153 0.22 0.38 0 0.4 265.86 0.23 0.49
Hex 78 5F 99 16 26 0 28 10A 17 31
Octal 170 137 231 26 46 0 50 412 27 61
Binary 1111000 1011111 10011001 10110 100110 0 101000 100001010 10111 110001

Color Harmonies of #785F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F99

Black with #785F99

Text Example


Text Example

White with #785F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F99; }

 p { color: rgb(120,95,153); }

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

background-color css

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

 a { background-color: rgb(120,95,153); }

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

border-color css

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

 span { border-color: rgb(120,95,153); }

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