Html Css Color HEX #7669AC Scampi

📋 copy color: '#7669AC'

red 118 ◦ green 105 ◦ blue 172

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

Shades of Scampi #7669AC

Tints of Scampi #7669AC

RGB

 RED value IS 118 (46.48% from 255) = 29.87%

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 29.87%
G = 26.58%
B = 43.54%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7669AC (or 0x7669AC) is known color: Scampi. HEX triplet: 76, 69 and AC. RGB value is (118,105,172). Sum of RGB (Red+Green+Blue) = 118+105+172=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #7669AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7669AC is #899653. Grayscale: #747474. Windows color (decimal): -9016916 or 11299190. OLE color: 11299190.

HSL color Cylindrical-coordinate representation of color #7669AC: hue angle of 251.64º degrees, saturation: 0.29, 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 #7669AC is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 105 172 -
CMYK 0.31 0.39 0 0.33
HSL 251.64º 0.29% 0.54% -
HSV(B) 251.64º 0.39% 0.67% -
XYZ 19.97 16.93 41.25 -
YUV 116.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 118 105 172 0.31 0.39 0 0.33 251.64 0.29 0.54
Hex 76 69 AC 1F 27 0 21 FC 1D 36
Octal 166 151 254 37 47 0 41 374 35 66
Binary 1110110 1101001 10101100 11111 100111 0 100001 11111100 11101 110110

Color Harmonies of #7669AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669AC

Black with #7669AC

Text Example


Text Example

White with #7669AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7669AC; }

 p { color: rgb(118,105,172); }

 H1.HeaderClassName
 {
   color: #7669AC;
 }
 .AnyTagClassName
 {
   color: #7669AC;
 }
</style>

background-color css

<style>
 a { background-color: #7669AC; }

 a { background-color: rgb(118,105,172); }

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

border-color css

<style>
 span { border-color: #7669AC; }

 span { border-color: rgb(118,105,172); }

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