Html Css Color HEX #7769AF Scampi

📋 copy color: '#7769AF'

red 119 ◦ green 105 ◦ blue 175

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

Shades of Scampi #7769AF

Tints of Scampi #7769AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 29.82%
G = 26.32%
B = 43.86%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7769AF (or 0x7769AF) is known color: Scampi. HEX triplet: 77, 69 and AF. RGB value is (119,105,175). Sum of RGB (Red+Green+Blue) = 119+105+175=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #7769AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769AF is #889650. Grayscale: #747474. Windows color (decimal): -8951377 or 11495799. OLE color: 11495799.

HSL color Cylindrical-coordinate representation of color #7769AF: hue angle of 252º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7769AF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 105 175 -
CMYK 0.32 0.40 0 0.31
HSL 252º 0.3% 0.55% -
HSV(B) 252º 0.4% 0.69% -
XYZ 20.4 17.12 42.79 -
YUV 117.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 119 105 175 0.32 0.40 0 0.31 252 0.3 0.55
Hex 77 69 AF 20 28 0 1F FC 1E 37
Octal 167 151 257 40 50 0 37 374 36 67
Binary 1110111 1101001 10101111 100000 101000 0 11111 11111100 11110 110111

Color Harmonies of #7769AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7769AF

Black with #7769AF

Text Example


Text Example

White with #7769AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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