Html Css Color HEX #77758C Scampi

📋 copy color: '#77758C'

red 119 ◦ green 117 ◦ blue 140

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

Shades of Scampi #77758C

Tints of Scampi #77758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 31.65%
G = 31.12%
B = 37.23%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77758C (or 0x77758C) is known color: Scampi. HEX triplet: 77, 75 and 8C. RGB value is (119,117,140). Sum of RGB (Red+Green+Blue) = 119+117+140=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #77758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77758C is #888A73. Grayscale: #787878. Windows color (decimal): -8948340 or 9205111. OLE color: 9205111.

HSL color Cylindrical-coordinate representation of color #77758C: hue angle of 245.22º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77758C is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 117 140 -
CMYK 0.15 0.16 0 0.45
HSL 245.22º 0.09% 0.5% -
HSV(B) 245.22º 0.16% 0.55% -
XYZ 18.7 18.54 27.4 -
YUV 120.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 119 117 140 0.15 0.16 0 0.45 245.22 0.09 0.5
Hex 77 75 8C F 10 0 2D F5 9 32
Octal 167 165 214 17 20 0 55 365 11 62
Binary 1110111 1110101 10001100 1111 10000 0 101101 11110101 1001 110010

Color Harmonies of #77758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77758C

Black with #77758C

Text Example


Text Example

White with #77758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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