Html Css Color HEX #7669AA Scampi

📋 copy color: '#7669AA'

red 118 ◦ green 105 ◦ blue 170

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

Shades of Scampi #7669AA

Tints of Scampi #7669AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 30.03%
G = 26.72%
B = 43.26%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7669AA (or 0x7669AA) is known color: Scampi. HEX triplet: 76, 69 and AA. RGB value is (118,105,170). Sum of RGB (Red+Green+Blue) = 118+105+170=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #7669AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7669AA is #899655. Grayscale: #747474. Windows color (decimal): -9016918 or 11168118. OLE color: 11168118.

HSL color Cylindrical-coordinate representation of color #7669AA: hue angle of 252º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7669AA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 105 170 -
CMYK 0.31 0.38 0 0.33
HSL 252º 0.28% 0.54% -
HSV(B) 252º 0.38% 0.67% -
XYZ 19.78 16.86 40.24 -
YUV 116.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 118 105 170 0.31 0.38 0 0.33 252 0.28 0.54
Hex 76 69 AA 1F 26 0 21 FC 1C 36
Octal 166 151 252 37 46 0 41 374 34 66
Binary 1110110 1101001 10101010 11111 100110 0 100001 11111100 11100 110110

Color Harmonies of #7669AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669AA

Black with #7669AA

Text Example


Text Example

White with #7669AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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