Html Css Color HEX #787795 Scampi

📋 copy color: '#787795'

red 120 ◦ green 119 ◦ blue 149

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

Shades of Scampi #787795

Tints of Scampi #787795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 30.93%
G = 30.67%
B = 38.4%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#787795 (or 0x787795) is known color: Scampi. HEX triplet: 78, 77 and 95. RGB value is (120,119,149). Sum of RGB (Red+Green+Blue) = 120+119+149=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #787795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787795 is #87886A. Grayscale: #7A7A7A. Windows color (decimal): -8882283 or 9795448. OLE color: 9795448.

HSL color Cylindrical-coordinate representation of color #787795: hue angle of 242º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #787795 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 119 149 -
CMYK 0.19 0.20 0 0.42
HSL 242º 0.12% 0.53% -
HSV(B) 242º 0.2% 0.58% -
XYZ 19.77 19.36 31.13 -
YUV 122.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 120 119 149 0.19 0.20 0 0.42 242 0.12 0.53
Hex 78 77 95 13 14 0 2A F2 C 35
Octal 170 167 225 23 24 0 52 362 14 65
Binary 1111000 1110111 10010101 10011 10100 0 101010 11110010 1100 110101

Color Harmonies of #787795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787795

Black with #787795

Text Example


Text Example

White with #787795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787795; }

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

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

background-color css

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

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

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

border-color css

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

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

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