Html Css Color HEX #7769AA Scampi

📋 copy color: '#7769AA'

red 119 ◦ green 105 ◦ blue 170

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

Shades of Scampi #7769AA

Tints of Scampi #7769AA

RGB

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

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

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

R = 30.2%
G = 26.65%
B = 43.15%

CMYK

 C value IS 0.3

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7769AA (or 0x7769AA) is known color: Scampi. HEX triplet: 77, 69 and AA. RGB value is (119,105,170). Sum of RGB (Red+Green+Blue) = 119+105+170=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7769AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769AA is #889655. Grayscale: #747474. Windows color (decimal): -8951382 or 11168119. OLE color: 11168119.

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

Color convert

RGB 119 105 170 -
CMYK 0.3 0.38 0 0.33
HSL 252.92º 0.28% 0.54% -
HSV(B) 252.92º 0.38% 0.67% -
XYZ 19.92 16.93 40.25 -
YUV 116.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 119 105 170 0.3 0.38 0 0.33 252.92 0.28 0.54
Hex 77 69 AA 1E 26 0 21 FD 1C 36
Octal 167 151 252 36 46 0 41 375 34 66
Binary 1110111 1101001 10101010 11110 100110 0 100001 11111101 11100 110110

Color Harmonies of #7769AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769AA

Black with #7769AA

Text Example


Text Example

White with #7769AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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