Html Css Color HEX #777795 Scampi

📋 copy color: '#777795'

red 119 ◦ green 119 ◦ blue 149

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

Shades of Scampi #777795

Tints of Scampi #777795

RGB

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

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

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

R = 30.75%
G = 30.75%
B = 38.5%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777795 (or 0x777795) is known color: Scampi. HEX triplet: 77, 77 and 95. RGB value is (119,119,149). Sum of RGB (Red+Green+Blue) = 119+119+149=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #777795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777795 is #88886A. Grayscale: #7A7A7A. Windows color (decimal): -8947819 or 9795447. OLE color: 9795447.

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

Color convert

RGB 119 119 149 -
CMYK 0.20 0.20 0 0.42
HSL 240º 0.12% 0.53% -
HSV(B) 240º 0.2% 0.58% -
XYZ 19.63 19.29 31.12 -
YUV 122.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 119 119 149 0.20 0.20 0 0.42 240 0.12 0.53
Hex 77 77 95 14 14 0 2A F0 C 35
Octal 167 167 225 24 24 0 52 360 14 65
Binary 1110111 1110111 10010101 10100 10100 0 101010 11110000 1100 110101

Color Harmonies of #777795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777795

Black with #777795

Text Example


Text Example

White with #777795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777795; }

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

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

background-color css

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

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

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

border-color css

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

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

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