Html Css Color HEX #77699D Scampi

📋 copy color: '#77699D'

red 119 ◦ green 105 ◦ blue 157

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

Shades of Scampi #77699D

Tints of Scampi #77699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 31.23%
G = 27.56%
B = 41.21%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77699D (or 0x77699D) is known color: Scampi. HEX triplet: 77, 69 and 9D. RGB value is (119,105,157). Sum of RGB (Red+Green+Blue) = 119+105+157=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #77699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77699D is #889662. Grayscale: #727272. Windows color (decimal): -8951395 or 10316151. OLE color: 10316151.

HSL color Cylindrical-coordinate representation of color #77699D: hue angle of 256.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77699D is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 105 157 -
CMYK 0.24 0.33 0 0.38
HSL 256.15º 0.21% 0.51% -
HSV(B) 256.15º 0.33% 0.62% -
XYZ 18.75 16.46 34.09 -
YUV 115.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 119 105 157 0.24 0.33 0 0.38 256.15 0.21 0.51
Hex 77 69 9D 18 21 0 26 100 15 33
Octal 167 151 235 30 41 0 46 400 25 63
Binary 1110111 1101001 10011101 11000 100001 0 100110 100000000 10101 110011

Color Harmonies of #77699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77699D

Black with #77699D

Text Example


Text Example

White with #77699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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