Html Css Color HEX #777192 Scampi

📋 copy color: '#777192'

red 119 ◦ green 113 ◦ blue 146

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

Shades of Scampi #777192

Tints of Scampi #777192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 31.48%
G = 29.89%
B = 38.62%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#777192 (or 0x777192) is known color: Scampi. HEX triplet: 77, 71 and 92. RGB value is (119,113,146). Sum of RGB (Red+Green+Blue) = 119+113+146=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #777192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777192 is #888E6D. Grayscale: #767676. Windows color (decimal): -8949358 or 9597303. OLE color: 9597303.

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

Color convert

RGB 119 113 146 -
CMYK 0.18 0.23 0 0.43
HSL 250.91º 0.13% 0.51% -
HSV(B) 250.91º 0.23% 0.57% -
XYZ 18.7 17.81 29.65 -
YUV 118.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 119 113 146 0.18 0.23 0 0.43 250.91 0.13 0.51
Hex 77 71 92 12 17 0 2B FB D 33
Octal 167 161 222 22 27 0 53 373 15 63
Binary 1110111 1110001 10010010 10010 10111 0 101011 11111011 1101 110011

Color Harmonies of #777192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777192

Black with #777192

Text Example


Text Example

White with #777192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777192; }

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

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

background-color css

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

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

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

border-color css

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

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

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