Html Css Color HEX #777895 Scampi

📋 copy color: '#777895'

red 119 ◦ green 120 ◦ blue 149

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

Shades of Scampi #777895

Tints of Scampi #777895

RGB

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

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

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

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

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777895 (or 0x777895) is known color: Scampi. HEX triplet: 77, 78 and 95. RGB value is (119,120,149). Sum of RGB (Red+Green+Blue) = 119+120+149=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 120 (47.27% from 255 or 30.93% 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 #777895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777895 is #88876A. Grayscale: #7A7A7A. Windows color (decimal): -8947563 or 9795703. OLE color: 9795703.

HSL color Cylindrical-coordinate representation of color #777895: hue angle of 238º 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 #777895 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 120 149 -
CMYK 0.20 0.19 0 0.42
HSL 238º 0.12% 0.53% -
HSV(B) 238º 0.2% 0.58% -
XYZ 19.75 19.52 31.16 -
YUV 123.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 119 120 149 0.20 0.19 0 0.42 238 0.12 0.53
Hex 77 78 95 14 13 0 2A EE C 35
Octal 167 170 225 24 23 0 52 356 14 65
Binary 1110111 1111000 10010101 10100 10011 0 101010 11101110 1100 110101

Color Harmonies of #777895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777895

Black with #777895

Text Example


Text Example

White with #777895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777895; }

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

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

background-color css

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

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

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

border-color css

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

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

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