Html Css Color HEX #777591 Scampi

📋 copy color: '#777591'

red 119 ◦ green 117 ◦ blue 145

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

Shades of Scampi #777591

Tints of Scampi #777591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 31.23%
G = 30.71%
B = 38.06%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#777591 (or 0x777591) is known color: Scampi. HEX triplet: 77, 75 and 91. RGB value is (119,117,145). Sum of RGB (Red+Green+Blue) = 119+117+145=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #777591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777591 is #888A6E. Grayscale: #787878. Windows color (decimal): -8948335 or 9532791. OLE color: 9532791.

HSL color Cylindrical-coordinate representation of color #777591: hue angle of 244.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777591 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 117 145 -
CMYK 0.18 0.19 0 0.43
HSL 244.29º 0.11% 0.51% -
HSV(B) 244.29º 0.19% 0.57% -
XYZ 19.08 18.69 29.39 -
YUV 120.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 119 117 145 0.18 0.19 0 0.43 244.29 0.11 0.51
Hex 77 75 91 12 13 0 2B F4 B 33
Octal 167 165 221 22 23 0 53 364 13 63
Binary 1110111 1110101 10010001 10010 10011 0 101011 11110100 1011 110011

Color Harmonies of #777591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777591

Black with #777591

Text Example


Text Example

White with #777591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777591; }

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

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

background-color css

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

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

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

border-color css

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

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

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