Html Css Color HEX #777392 Scampi

📋 copy color: '#777392'

red 119 ◦ green 115 ◦ blue 146

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

Shades of Scampi #777392

Tints of Scampi #777392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 31.32%
G = 30.26%
B = 38.42%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#777392 (or 0x777392) is known color: Scampi. HEX triplet: 77, 73 and 92. RGB value is (119,115,146). Sum of RGB (Red+Green+Blue) = 119+115+146=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #777392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777392 is #888C6D. Grayscale: #777777. Windows color (decimal): -8948846 or 9597815. OLE color: 9597815.

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

Color convert

RGB 119 115 146 -
CMYK 0.18 0.21 0 0.43
HSL 247.74º 0.12% 0.51% -
HSV(B) 247.74º 0.21% 0.57% -
XYZ 18.93 18.26 29.72 -
YUV 119.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 119 115 146 0.18 0.21 0 0.43 247.74 0.12 0.51
Hex 77 73 92 12 15 0 2B F8 C 33
Octal 167 163 222 22 25 0 53 370 14 63
Binary 1110111 1110011 10010010 10010 10101 0 101011 11111000 1100 110011

Color Harmonies of #777392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777392

Black with #777392

Text Example


Text Example

White with #777392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777392; }

 p { color: rgb(119,115,146); }

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

background-color css

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

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

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

border-color css

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

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

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