Html Css Color HEX #77649D Scampi

📋 copy color: '#77649D'

red 119 ◦ green 100 ◦ blue 157

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

Shades of Scampi #77649D

Tints of Scampi #77649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 31.65%
G = 26.6%
B = 41.76%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77649D (or 0x77649D) is known color: Scampi. HEX triplet: 77, 64 and 9D. RGB value is (119,100,157). Sum of RGB (Red+Green+Blue) = 119+100+157=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #77649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77649D is #889B62. Grayscale: #6F6F6F. Windows color (decimal): -8952675 or 10314871. OLE color: 10314871.

HSL color Cylindrical-coordinate representation of color #77649D: hue angle of 260º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77649D is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 100 157 -
CMYK 0.24 0.36 0 0.38
HSL 260º 0.23% 0.5% -
HSV(B) 260º 0.36% 0.62% -
XYZ 18.25 15.47 33.92 -
YUV 112.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 119 100 157 0.24 0.36 0 0.38 260 0.23 0.5
Hex 77 64 9D 18 24 0 26 104 17 32
Octal 167 144 235 30 44 0 46 404 27 62
Binary 1110111 1100100 10011101 11000 100100 0 100110 100000100 10111 110010

Color Harmonies of #77649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77649D

Black with #77649D

Text Example


Text Example

White with #77649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77649D; }

 p { color: rgb(119,100,157); }

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

background-color css

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

 a { background-color: rgb(119,100,157); }

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

border-color css

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

 span { border-color: rgb(119,100,157); }

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