Html Css Color HEX #766AA5 Scampi

📋 copy color: '#766AA5'

red 118 ◦ green 106 ◦ blue 165

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

Shades of Scampi #766AA5

Tints of Scampi #766AA5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 30.33%
G = 27.25%
B = 42.42%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#766AA5 (or 0x766AA5) is known color: Scampi. HEX triplet: 76, 6A and A5. RGB value is (118,106,165). Sum of RGB (Red+Green+Blue) = 118+106+165=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 165 - color contains mainly: blue. Hex color #766AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AA5 is #89955A. Grayscale: #747474. Windows color (decimal): -9016667 or 10840694. OLE color: 10840694.

HSL color Cylindrical-coordinate representation of color #766AA5: hue angle of 252.2º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766AA5 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 106 165 -
CMYK 0.28 0.36 0 0.35
HSL 252.2º 0.25% 0.53% -
HSV(B) 252.2º 0.36% 0.65% -
XYZ 19.42 16.88 37.83 -
YUV 116.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 118 106 165 0.28 0.36 0 0.35 252.2 0.25 0.53
Hex 76 6A A5 1C 24 0 23 FC 19 35
Octal 166 152 245 34 44 0 43 374 31 65
Binary 1110110 1101010 10100101 11100 100100 0 100011 11111100 11001 110101

Color Harmonies of #766AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AA5

Black with #766AA5

Text Example


Text Example

White with #766AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766AA5; }

 p { color: rgb(118,106,165); }

 H1.HeaderClassName
 {
   color: #766AA5;
 }
 .AnyTagClassName
 {
   color: #766AA5;
 }
</style>

background-color css

<style>
 a { background-color: #766AA5; }

 a { background-color: rgb(118,106,165); }

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

border-color css

<style>
 span { border-color: #766AA5; }

 span { border-color: rgb(118,106,165); }

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