Html Css Color HEX #787799 Scampi

📋 copy color: '#787799'

red 120 ◦ green 119 ◦ blue 153

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

Shades of Scampi #787799

Tints of Scampi #787799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

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

R = 30.61%
G = 30.36%
B = 39.03%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#787799 (or 0x787799) is known color: Scampi. HEX triplet: 78, 77 and 99. RGB value is (120,119,153). Sum of RGB (Red+Green+Blue) = 120+119+153=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #787799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787799 is #878866. Grayscale: #7B7B7B. Windows color (decimal): -8882279 or 10057592. OLE color: 10057592.

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

Color convert

RGB 120 119 153 -
CMYK 0.22 0.22 0 0.4
HSL 241.76º 0.14% 0.53% -
HSV(B) 241.76º 0.22% 0.6% -
XYZ 20.09 19.49 32.84 -
YUV 123.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 120 119 153 0.22 0.22 0 0.4 241.76 0.14 0.53
Hex 78 77 99 16 16 0 28 F2 E 35
Octal 170 167 231 26 26 0 50 362 16 65
Binary 1111000 1110111 10011001 10110 10110 0 101000 11110010 1110 110101

Color Harmonies of #787799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787799

Black with #787799

Text Example


Text Example

White with #787799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787799; }

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

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

background-color css

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

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

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

border-color css

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

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

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