Html Css Color HEX #77699C Scampi

📋 copy color: '#77699C'

red 119 ◦ green 105 ◦ blue 156

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

Shades of Scampi #77699C

Tints of Scampi #77699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 31.32%
G = 27.63%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77699C (or 0x77699C) is known color: Scampi. HEX triplet: 77, 69 and 9C. RGB value is (119,105,156). Sum of RGB (Red+Green+Blue) = 119+105+156=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #77699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77699C is #889663. Grayscale: #727272. Windows color (decimal): -8951396 or 10250615. OLE color: 10250615.

HSL color Cylindrical-coordinate representation of color #77699C: hue angle of 256.47º 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 #77699C is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 105 156 -
CMYK 0.24 0.33 0 0.39
HSL 256.47º 0.2% 0.51% -
HSV(B) 256.47º 0.33% 0.61% -
XYZ 18.66 16.43 33.64 -
YUV 115 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 119 105 156 0.24 0.33 0 0.39 256.47 0.2 0.51
Hex 77 69 9C 18 21 0 27 100 14 33
Octal 167 151 234 30 41 0 47 400 24 63
Binary 1110111 1101001 10011100 11000 100001 0 100111 100000000 10100 110011

Color Harmonies of #77699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77699C

Black with #77699C

Text Example


Text Example

White with #77699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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