Html Css Color HEX #77689C Scampi

📋 copy color: '#77689C'

red 119 ◦ green 104 ◦ blue 156

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

Shades of Scampi #77689C

Tints of Scampi #77689C

RGB

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

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

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

R = 31.4%
G = 27.44%
B = 41.16%

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

#77689C (or 0x77689C) is known color: Scampi. HEX triplet: 77, 68 and 9C. RGB value is (119,104,156). Sum of RGB (Red+Green+Blue) = 119+104+156=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #77689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77689C is #889763. Grayscale: #727272. Windows color (decimal): -8951652 or 10250359. OLE color: 10250359.

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

Color convert

RGB 119 104 156 -
CMYK 0.24 0.33 0 0.39
HSL 257.31º 0.21% 0.51% -
HSV(B) 257.31º 0.33% 0.61% -
XYZ 18.56 16.22 33.61 -
YUV 114.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 119 104 156 0.24 0.33 0 0.39 257.31 0.21 0.51
Hex 77 68 9C 18 21 0 27 101 15 33
Octal 167 150 234 30 41 0 47 401 25 63
Binary 1110111 1101000 10011100 11000 100001 0 100111 100000001 10101 110011

Color Harmonies of #77689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77689C

Black with #77689C

Text Example


Text Example

White with #77689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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