Html Css Color HEX #77719F Scampi

📋 copy color: '#77719F'

red 119 ◦ green 113 ◦ blue 159

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

Shades of Scampi #77719F

Tints of Scampi #77719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 30.43%
G = 28.9%
B = 40.66%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77719F (or 0x77719F) is known color: Scampi. HEX triplet: 77, 71 and 9F. RGB value is (119,113,159). Sum of RGB (Red+Green+Blue) = 119+113+159=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #77719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77719F is #888E60. Grayscale: #777777. Windows color (decimal): -8949345 or 10449271. OLE color: 10449271.

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

Color convert

RGB 119 113 159 -
CMYK 0.25 0.29 0 0.38
HSL 247.83º 0.19% 0.53% -
HSV(B) 247.83º 0.29% 0.62% -
XYZ 19.77 18.24 35.28 -
YUV 120.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 119 113 159 0.25 0.29 0 0.38 247.83 0.19 0.53
Hex 77 71 9F 19 1D 0 26 F8 13 35
Octal 167 161 237 31 35 0 46 370 23 65
Binary 1110111 1110001 10011111 11001 11101 0 100110 11111000 10011 110101

Color Harmonies of #77719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77719F

Black with #77719F

Text Example


Text Example

White with #77719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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