Html Css Color HEX #777593 Scampi

📋 copy color: '#777593'

red 119 ◦ green 117 ◦ blue 147

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

Shades of Scampi #777593

Tints of Scampi #777593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 31.07%
G = 30.55%
B = 38.38%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777593 (or 0x777593) is known color: Scampi. HEX triplet: 77, 75 and 93. RGB value is (119,117,147). Sum of RGB (Red+Green+Blue) = 119+117+147=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #777593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777593 is #888A6C. Grayscale: #787878. Windows color (decimal): -8948333 or 9663863. OLE color: 9663863.

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

Color convert

RGB 119 117 147 -
CMYK 0.19 0.20 0 0.42
HSL 244º 0.12% 0.52% -
HSV(B) 244º 0.2% 0.58% -
XYZ 19.24 18.75 30.21 -
YUV 121.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 119 117 147 0.19 0.20 0 0.42 244 0.12 0.52
Hex 77 75 93 13 14 0 2A F4 C 34
Octal 167 165 223 23 24 0 52 364 14 64
Binary 1110111 1110101 10010011 10011 10100 0 101010 11110100 1100 110100

Color Harmonies of #777593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777593

Black with #777593

Text Example


Text Example

White with #777593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777593; }

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

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

background-color css

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

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

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

border-color css

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

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

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