Html Css Color HEX #7769A5 Scampi

📋 copy color: '#7769A5'

red 119 ◦ green 105 ◦ blue 165

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

Shades of Scampi #7769A5

Tints of Scampi #7769A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 30.59%
G = 26.99%
B = 42.42%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7769A5 (or 0x7769A5) is known color: Scampi. HEX triplet: 77, 69 and A5. RGB value is (119,105,165). Sum of RGB (Red+Green+Blue) = 119+105+165=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #7769A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769A5 is #88965A. Grayscale: #737373. Windows color (decimal): -8951387 or 10840439. OLE color: 10840439.

HSL color Cylindrical-coordinate representation of color #7769A5: hue angle of 254º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7769A5 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 105 165 -
CMYK 0.28 0.36 0 0.35
HSL 254º 0.25% 0.53% -
HSV(B) 254º 0.36% 0.65% -
XYZ 19.45 16.74 37.8 -
YUV 116.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 119 105 165 0.28 0.36 0 0.35 254 0.25 0.53
Hex 77 69 A5 1C 24 0 23 FE 19 35
Octal 167 151 245 34 44 0 43 376 31 65
Binary 1110111 1101001 10100101 11100 100100 0 100011 11111110 11001 110101

Color Harmonies of #7769A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769A5

Black with #7769A5

Text Example


Text Example

White with #7769A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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