Html Css Color HEX #777596 Scampi

📋 copy color: '#777596'

red 119 ◦ green 117 ◦ blue 150

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

Shades of Scampi #777596

Tints of Scampi #777596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

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

R = 30.83%
G = 30.31%
B = 38.86%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#777596 (or 0x777596) is known color: Scampi. HEX triplet: 77, 75 and 96. RGB value is (119,117,150). Sum of RGB (Red+Green+Blue) = 119+117+150=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #777596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777596 is #888A69. Grayscale: #797979. Windows color (decimal): -8948330 or 9860471. OLE color: 9860471.

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

Color convert

RGB 119 117 150 -
CMYK 0.21 0.22 0 0.41
HSL 243.64º 0.14% 0.52% -
HSV(B) 243.64º 0.22% 0.59% -
XYZ 19.47 18.85 31.47 -
YUV 121.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 119 117 150 0.21 0.22 0 0.41 243.64 0.14 0.52
Hex 77 75 96 15 16 0 29 F4 E 34
Octal 167 165 226 25 26 0 51 364 16 64
Binary 1110111 1110101 10010110 10101 10110 0 101001 11110100 1110 110100

Color Harmonies of #777596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777596

Black with #777596

Text Example


Text Example

White with #777596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777596; }

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

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

background-color css

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

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

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

border-color css

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

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

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