Html Css Color HEX #7662A6 Scampi

📋 copy color: '#7662A6'

red 118 ◦ green 98 ◦ blue 166

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

Shades of Scampi #7662A6

Tints of Scampi #7662A6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 30.89%
G = 25.65%
B = 43.46%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7662A6 (or 0x7662A6) is known color: Scampi. HEX triplet: 76, 62 and A6. RGB value is (118,98,166). Sum of RGB (Red+Green+Blue) = 118+98+166=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #7662A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662A6 is #899D59. Grayscale: #6F6F6F. Windows color (decimal): -9018714 or 10904182. OLE color: 10904182.

HSL color Cylindrical-coordinate representation of color #7662A6: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7662A6 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 98 166 -
CMYK 0.29 0.41 0 0.35
HSL 257.65º 0.28% 0.52% -
HSV(B) 257.65º 0.41% 0.65% -
XYZ 18.72 15.34 38.05 -
YUV 111.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 118 98 166 0.29 0.41 0 0.35 257.65 0.28 0.52
Hex 76 62 A6 1D 29 0 23 102 1C 34
Octal 166 142 246 35 51 0 43 402 34 64
Binary 1110110 1100010 10100110 11101 101001 0 100011 100000010 11100 110100

Color Harmonies of #7662A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662A6

Black with #7662A6

Text Example


Text Example

White with #7662A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7662A6; }

 p { color: rgb(118,98,166); }

 H1.HeaderClassName
 {
   color: #7662A6;
 }
 .AnyTagClassName
 {
   color: #7662A6;
 }
</style>

background-color css

<style>
 a { background-color: #7662A6; }

 a { background-color: rgb(118,98,166); }

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

border-color css

<style>
 span { border-color: #7662A6; }

 span { border-color: rgb(118,98,166); }

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