Html Css Color HEX #77689F Scampi

📋 copy color: '#77689F'

red 119 ◦ green 104 ◦ blue 159

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

Shades of Scampi #77689F

Tints of Scampi #77689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

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

R = 31.15%
G = 27.23%
B = 41.62%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77689F (or 0x77689F) is known color: Scampi. HEX triplet: 77, 68 and 9F. RGB value is (119,104,159). Sum of RGB (Red+Green+Blue) = 119+104+159=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #77689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77689F is #889760. Grayscale: #727272. Windows color (decimal): -8951649 or 10446967. OLE color: 10446967.

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

Color convert

RGB 119 104 159 -
CMYK 0.25 0.35 0 0.38
HSL 256.36º 0.22% 0.52% -
HSV(B) 256.36º 0.35% 0.62% -
XYZ 18.82 16.33 34.96 -
YUV 114.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 119 104 159 0.25 0.35 0 0.38 256.36 0.22 0.52
Hex 77 68 9F 19 23 0 26 100 16 34
Octal 167 150 237 31 43 0 46 400 26 64
Binary 1110111 1101000 10011111 11001 100011 0 100110 100000000 10110 110100

Color Harmonies of #77689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77689F

Black with #77689F

Text Example


Text Example

White with #77689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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