Html Css Color HEX #7769AB Scampi

📋 copy color: '#7769AB'

red 119 ◦ green 105 ◦ blue 171

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

Shades of Scampi #7769AB

Tints of Scampi #7769AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 30.13%
G = 26.58%
B = 43.29%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7769AB (or 0x7769AB) is known color: Scampi. HEX triplet: 77, 69 and AB. RGB value is (119,105,171). Sum of RGB (Red+Green+Blue) = 119+105+171=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #7769AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769AB is #889654. Grayscale: #747474. Windows color (decimal): -8951381 or 11233655. OLE color: 11233655.

HSL color Cylindrical-coordinate representation of color #7769AB: hue angle of 252.73º 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 #7769AB is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 105 171 -
CMYK 0.30 0.39 0 0.33
HSL 252.73º 0.28% 0.54% -
HSV(B) 252.73º 0.39% 0.67% -
XYZ 20.01 16.97 40.75 -
YUV 116.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 119 105 171 0.30 0.39 0 0.33 252.73 0.28 0.54
Hex 77 69 AB 1E 27 0 21 FD 1C 36
Octal 167 151 253 36 47 0 41 375 34 66
Binary 1110111 1101001 10101011 11110 100111 0 100001 11111101 11100 110110

Color Harmonies of #7769AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769AB

Black with #7769AB

Text Example


Text Example

White with #7769AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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