Html Css Color HEX #7668AC Scampi

📋 copy color: '#7668AC'

red 118 ◦ green 104 ◦ blue 172

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

Shades of Scampi #7668AC

Tints of Scampi #7668AC

RGB

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

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

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

R = 29.95%
G = 26.4%
B = 43.65%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7668AC (or 0x7668AC) is known color: Scampi. HEX triplet: 76, 68 and AC. RGB value is (118,104,172). Sum of RGB (Red+Green+Blue) = 118+104+172=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #7668AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7668AC is #899753. Grayscale: #737373. Windows color (decimal): -9017172 or 11298934. OLE color: 11298934.

HSL color Cylindrical-coordinate representation of color #7668AC: hue angle of 252.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7668AC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 104 172 -
CMYK 0.31 0.40 0 0.33
HSL 252.35º 0.29% 0.54% -
HSV(B) 252.35º 0.4% 0.67% -
XYZ 19.87 16.73 41.21 -
YUV 115.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 118 104 172 0.31 0.40 0 0.33 252.35 0.29 0.54
Hex 76 68 AC 1F 28 0 21 FC 1D 36
Octal 166 150 254 37 50 0 41 374 35 66
Binary 1110110 1101000 10101100 11111 101000 0 100001 11111100 11101 110110

Color Harmonies of #7668AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7668AC

Black with #7668AC

Text Example


Text Example

White with #7668AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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