Html Css Color HEX #77619A Scampi

📋 copy color: '#77619A'

red 119 ◦ green 97 ◦ blue 154

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

Shades of Scampi #77619A

Tints of Scampi #77619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 32.16%
G = 26.22%
B = 41.62%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77619A (or 0x77619A) is known color: Scampi. HEX triplet: 77, 61 and 9A. RGB value is (119,97,154). Sum of RGB (Red+Green+Blue) = 119+97+154=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #77619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77619A is #889E65. Grayscale: #6D6D6D. Windows color (decimal): -8953446 or 10117495. OLE color: 10117495.

HSL color Cylindrical-coordinate representation of color #77619A: hue angle of 263.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77619A is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 97 154 -
CMYK 0.23 0.37 0 0.40
HSL 263.16º 0.23% 0.49% -
HSV(B) 263.16º 0.37% 0.6% -
XYZ 17.72 14.8 32.5 -
YUV 110.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 119 97 154 0.23 0.37 0 0.40 263.16 0.23 0.49
Hex 77 61 9A 17 25 0 28 107 17 31
Octal 167 141 232 27 45 0 50 407 27 61
Binary 1110111 1100001 10011010 10111 100101 0 101000 100000111 10111 110001

Color Harmonies of #77619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77619A

Black with #77619A

Text Example


Text Example

White with #77619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77619A; }

 p { color: rgb(119,97,154); }

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

background-color css

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

 a { background-color: rgb(119,97,154); }

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

border-color css

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

 span { border-color: rgb(119,97,154); }

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