Html Css Color HEX #787796 Scampi

📋 copy color: '#787796'

red 120 ◦ green 119 ◦ blue 150

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

Shades of Scampi #787796

Tints of Scampi #787796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 30.85%
G = 30.59%
B = 38.56%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#787796 (or 0x787796) is known color: Scampi. HEX triplet: 78, 77 and 96. RGB value is (120,119,150). Sum of RGB (Red+Green+Blue) = 120+119+150=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #787796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787796 is #878869. Grayscale: #7A7A7A. Windows color (decimal): -8882282 or 9860984. OLE color: 9860984.

HSL color Cylindrical-coordinate representation of color #787796: hue angle of 241.94º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #787796 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 119 150 -
CMYK 0.20 0.21 0 0.41
HSL 241.94º 0.13% 0.53% -
HSV(B) 241.94º 0.21% 0.59% -
XYZ 19.85 19.39 31.55 -
YUV 122.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 120 119 150 0.20 0.21 0 0.41 241.94 0.13 0.53
Hex 78 77 96 14 15 0 29 F2 D 35
Octal 170 167 226 24 25 0 51 362 15 65
Binary 1111000 1110111 10010110 10100 10101 0 101001 11110010 1101 110101

Color Harmonies of #787796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787796

Black with #787796

Text Example


Text Example

White with #787796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787796; }

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

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

background-color css

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

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

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

border-color css

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

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

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