Html Css Color HEX #7769AD Scampi

📋 copy color: '#7769AD'

red 119 ◦ green 105 ◦ blue 173

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

Shades of Scampi #7769AD

Tints of Scampi #7769AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 29.97%
G = 26.45%
B = 43.58%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7769AD (or 0x7769AD) is known color: Scampi. HEX triplet: 77, 69 and AD. RGB value is (119,105,173). Sum of RGB (Red+Green+Blue) = 119+105+173=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #7769AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769AD is #889652. Grayscale: #747474. Windows color (decimal): -8951379 or 11364727. OLE color: 11364727.

HSL color Cylindrical-coordinate representation of color #7769AD: hue angle of 252.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7769AD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 105 173 -
CMYK 0.31 0.39 0 0.32
HSL 252.35º 0.29% 0.55% -
HSV(B) 252.35º 0.39% 0.68% -
XYZ 20.2 17.04 41.76 -
YUV 116.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 119 105 173 0.31 0.39 0 0.32 252.35 0.29 0.55
Hex 77 69 AD 1F 27 0 20 FC 1D 37
Octal 167 151 255 37 47 0 40 374 35 67
Binary 1110111 1101001 10101101 11111 100111 0 100000 11111100 11101 110111

Color Harmonies of #7769AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769AD

Black with #7769AD

Text Example


Text Example

White with #7769AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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