Html Css Color HEX #77759C Scampi

📋 copy color: '#77759C'

red 119 ◦ green 117 ◦ blue 156

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

Shades of Scampi #77759C

Tints of Scampi #77759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 30.36%
G = 29.85%
B = 39.8%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77759C (or 0x77759C) is known color: Scampi. HEX triplet: 77, 75 and 9C. RGB value is (119,117,156). Sum of RGB (Red+Green+Blue) = 119+117+156=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #77759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77759C is #888A63. Grayscale: #797979. Windows color (decimal): -8948324 or 10253687. OLE color: 10253687.

HSL color Cylindrical-coordinate representation of color #77759C: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77759C is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 117 156 -
CMYK 0.24 0.25 0 0.39
HSL 243.08º 0.16% 0.54% -
HSV(B) 243.08º 0.25% 0.61% -
XYZ 19.97 19.04 34.08 -
YUV 122.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 119 117 156 0.24 0.25 0 0.39 243.08 0.16 0.54
Hex 77 75 9C 18 19 0 27 F3 10 36
Octal 167 165 234 30 31 0 47 363 20 66
Binary 1110111 1110101 10011100 11000 11001 0 100111 11110011 10000 110110

Color Harmonies of #77759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77759C

Black with #77759C

Text Example


Text Example

White with #77759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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