Html Css Color HEX #777495 Scampi

📋 copy color: '#777495'

red 119 ◦ green 116 ◦ blue 149

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

Shades of Scampi #777495

Tints of Scampi #777495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 30.99%
G = 30.21%
B = 38.8%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777495 (or 0x777495) is known color: Scampi. HEX triplet: 77, 74 and 95. RGB value is (119,116,149). Sum of RGB (Red+Green+Blue) = 119+116+149=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #777495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777495 is #888B6A. Grayscale: #787878. Windows color (decimal): -8948587 or 9794679. OLE color: 9794679.

HSL color Cylindrical-coordinate representation of color #777495: hue angle of 245.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777495 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 116 149 -
CMYK 0.20 0.22 0 0.42
HSL 245.45º 0.13% 0.52% -
HSV(B) 245.45º 0.22% 0.58% -
XYZ 19.28 18.58 31 -
YUV 120.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 119 116 149 0.20 0.22 0 0.42 245.45 0.13 0.52
Hex 77 74 95 14 16 0 2A F5 D 34
Octal 167 164 225 24 26 0 52 365 15 64
Binary 1110111 1110100 10010101 10100 10110 0 101010 11110101 1101 110100

Color Harmonies of #777495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777495

Black with #777495

Text Example


Text Example

White with #777495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777495; }

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

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

background-color css

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

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

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

border-color css

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

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

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