Html Css Color HEX #77689A Scampi

📋 copy color: '#77689A'

red 119 ◦ green 104 ◦ blue 154

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

Shades of Scampi #77689A

Tints of Scampi #77689A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 31.56%
G = 27.59%
B = 40.85%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#77689A (or 0x77689A) is known color: Scampi. HEX triplet: 77, 68 and 9A. RGB value is (119,104,154). Sum of RGB (Red+Green+Blue) = 119+104+154=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #77689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77689A is #889765. Grayscale: #727272. Windows color (decimal): -8951654 or 10119287. OLE color: 10119287.

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

Color convert

RGB 119 104 154 -
CMYK 0.23 0.32 0 0.40
HSL 258º 0.2% 0.51% -
HSV(B) 258º 0.32% 0.6% -
XYZ 18.39 16.16 32.72 -
YUV 114.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 119 104 154 0.23 0.32 0 0.40 258 0.2 0.51
Hex 77 68 9A 17 20 0 28 102 14 33
Octal 167 150 232 27 40 0 50 402 24 63
Binary 1110111 1101000 10011010 10111 100000 0 101000 100000010 10100 110011

Color Harmonies of #77689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77689A

Black with #77689A

Text Example


Text Example

White with #77689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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