Html Css Color HEX #7768A2 Scampi

📋 copy color: '#7768A2'

red 119 ◦ green 104 ◦ blue 162

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

Shades of Scampi #7768A2

Tints of Scampi #7768A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 30.91%
G = 27.01%
B = 42.08%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7768A2 (or 0x7768A2) is known color: Scampi. HEX triplet: 77, 68 and A2. RGB value is (119,104,162). Sum of RGB (Red+Green+Blue) = 119+104+162=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #7768A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7768A2 is #88975D. Grayscale: #727272. Windows color (decimal): -8951646 or 10643575. OLE color: 10643575.

HSL color Cylindrical-coordinate representation of color #7768A2: hue angle of 255.52º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7768A2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 104 162 -
CMYK 0.27 0.36 0 0.36
HSL 255.52º 0.24% 0.52% -
HSV(B) 255.52º 0.36% 0.64% -
XYZ 19.08 16.43 36.35 -
YUV 115.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 119 104 162 0.27 0.36 0 0.36 255.52 0.24 0.52
Hex 77 68 A2 1B 24 0 24 100 18 34
Octal 167 150 242 33 44 0 44 400 30 64
Binary 1110111 1101000 10100010 11011 100100 0 100100 100000000 11000 110100

Color Harmonies of #7768A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768A2

Black with #7768A2

Text Example


Text Example

White with #7768A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7768A2; }

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

 H1.HeaderClassName
 {
   color: #7768A2;
 }
 .AnyTagClassName
 {
   color: #7768A2;
 }
</style>

background-color css

<style>
 a { background-color: #7768A2; }

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

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

border-color css

<style>
 span { border-color: #7768A2; }

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

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