Html Css Color HEX #77699B Scampi

📋 copy color: '#77699B'

red 119 ◦ green 105 ◦ blue 155

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

Shades of Scampi #77699B

Tints of Scampi #77699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 31.4%
G = 27.7%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77699B (or 0x77699B) is known color: Scampi. HEX triplet: 77, 69 and 9B. RGB value is (119,105,155). Sum of RGB (Red+Green+Blue) = 119+105+155=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #77699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77699B is #889664. Grayscale: #727272. Windows color (decimal): -8951397 or 10185079. OLE color: 10185079.

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

Color convert

RGB 119 105 155 -
CMYK 0.23 0.32 0 0.39
HSL 256.8º 0.2% 0.51% -
HSV(B) 256.8º 0.32% 0.61% -
XYZ 18.58 16.39 33.2 -
YUV 114.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 119 105 155 0.23 0.32 0 0.39 256.8 0.2 0.51
Hex 77 69 9B 17 20 0 27 101 14 33
Octal 167 151 233 27 40 0 47 401 24 63
Binary 1110111 1101001 10011011 10111 100000 0 100111 100000001 10100 110011

Color Harmonies of #77699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77699B

Black with #77699B

Text Example


Text Example

White with #77699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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