Html Css Color HEX #77689B Scampi

📋 copy color: '#77689B'

red 119 ◦ green 104 ◦ blue 155

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

Shades of Scampi #77689B

Tints of Scampi #77689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 31.48%
G = 27.51%
B = 41.01%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77689B (or 0x77689B) is known color: Scampi. HEX triplet: 77, 68 and 9B. RGB value is (119,104,155). Sum of RGB (Red+Green+Blue) = 119+104+155=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #77689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77689B is #889764. Grayscale: #727272. Windows color (decimal): -8951653 or 10184823. OLE color: 10184823.

HSL color Cylindrical-coordinate representation of color #77689B: hue angle of 257.65º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77689B is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 104 155 -
CMYK 0.23 0.33 0 0.39
HSL 257.65º 0.2% 0.51% -
HSV(B) 257.65º 0.33% 0.61% -
XYZ 18.47 16.19 33.16 -
YUV 114.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 119 104 155 0.23 0.33 0 0.39 257.65 0.2 0.51
Hex 77 68 9B 17 21 0 27 102 14 33
Octal 167 150 233 27 41 0 47 402 24 63
Binary 1110111 1101000 10011011 10111 100001 0 100111 100000010 10100 110011

Color Harmonies of #77689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77689B

Black with #77689B

Text Example


Text Example

White with #77689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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