Html Css Color HEX #77649F Scampi

📋 copy color: '#77649F'

red 119 ◦ green 100 ◦ blue 159

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

Shades of Scampi #77649F

Tints of Scampi #77649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 31.48%
G = 26.46%
B = 42.06%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77649F (or 0x77649F) is known color: Scampi. HEX triplet: 77, 64 and 9F. RGB value is (119,100,159). Sum of RGB (Red+Green+Blue) = 119+100+159=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #77649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77649F is #889B60. Grayscale: #707070. Windows color (decimal): -8952673 or 10445943. OLE color: 10445943.

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

Color convert

RGB 119 100 159 -
CMYK 0.25 0.37 0 0.38
HSL 259.32º 0.24% 0.51% -
HSV(B) 259.32º 0.37% 0.62% -
XYZ 18.42 15.54 34.83 -
YUV 112.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 119 100 159 0.25 0.37 0 0.38 259.32 0.24 0.51
Hex 77 64 9F 19 25 0 26 103 18 33
Octal 167 144 237 31 45 0 46 403 30 63
Binary 1110111 1100100 10011111 11001 100101 0 100110 100000011 11000 110011

Color Harmonies of #77649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77649F

Black with #77649F

Text Example


Text Example

White with #77649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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