Html Css Color HEX #7668AD Scampi

📋 copy color: '#7668AD'

red 118 ◦ green 104 ◦ blue 173

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

Shades of Scampi #7668AD

Tints of Scampi #7668AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 29.87%
G = 26.33%
B = 43.8%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7668AD (or 0x7668AD) is known color: Scampi. HEX triplet: 76, 68 and AD. RGB value is (118,104,173). Sum of RGB (Red+Green+Blue) = 118+104+173=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #7668AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7668AD is #899752. Grayscale: #737373. Windows color (decimal): -9017171 or 11364470. OLE color: 11364470.

HSL color Cylindrical-coordinate representation of color #7668AD: hue angle of 252.17º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7668AD is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 104 173 -
CMYK 0.32 0.40 0 0.32
HSL 252.17º 0.3% 0.54% -
HSV(B) 252.17º 0.4% 0.68% -
XYZ 19.96 16.77 41.72 -
YUV 116.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 118 104 173 0.32 0.40 0 0.32 252.17 0.3 0.54
Hex 76 68 AD 20 28 0 20 FC 1E 36
Octal 166 150 255 40 50 0 40 374 36 66
Binary 1110110 1101000 10101101 100000 101000 0 100000 11111100 11110 110110

Color Harmonies of #7668AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7668AD

Black with #7668AD

Text Example


Text Example

White with #7668AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,104,173); }

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

background-color css

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

 a { background-color: rgb(118,104,173); }

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

border-color css

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

 span { border-color: rgb(118,104,173); }

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