Html Css Color HEX #7768AA Scampi

📋 copy color: '#7768AA'

red 119 ◦ green 104 ◦ blue 170

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

Shades of Scampi #7768AA

Tints of Scampi #7768AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 30.28%
G = 26.46%
B = 43.26%

CMYK

 C value IS 0.3

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7768AA (or 0x7768AA) is known color: Scampi. HEX triplet: 77, 68 and AA. RGB value is (119,104,170). Sum of RGB (Red+Green+Blue) = 119+104+170=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #7768AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7768AA is #889755. Grayscale: #737373. Windows color (decimal): -8951638 or 11167863. OLE color: 11167863.

HSL color Cylindrical-coordinate representation of color #7768AA: hue angle of 253.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7768AA is Cyan = 0.3, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 104 170 -
CMYK 0.3 0.39 0 0.33
HSL 253.64º 0.28% 0.54% -
HSV(B) 253.64º 0.39% 0.67% -
XYZ 19.81 16.72 40.21 -
YUV 116.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 119 104 170 0.3 0.39 0 0.33 253.64 0.28 0.54
Hex 77 68 AA 1E 27 0 21 FE 1C 36
Octal 167 150 252 36 47 0 41 376 34 66
Binary 1110111 1101000 10101010 11110 100111 0 100001 11111110 11100 110110

Color Harmonies of #7768AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768AA

Black with #7768AA

Text Example


Text Example

White with #7768AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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