Html Css Color HEX #766AAB Scampi

📋 copy color: '#766AAB'

red 118 ◦ green 106 ◦ blue 171

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

Shades of Scampi #766AAB

Tints of Scampi #766AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 29.87%
G = 26.84%
B = 43.29%

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

#766AAB (or 0x766AAB) is known color: Scampi. HEX triplet: 76, 6A and AB. RGB value is (118,106,171). Sum of RGB (Red+Green+Blue) = 118+106+171=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #766AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AAB is #899554. Grayscale: #747474. Windows color (decimal): -9016661 or 11233910. OLE color: 11233910.

HSL color Cylindrical-coordinate representation of color #766AAB: hue angle of 251.08º 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 #766AAB is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 106 171 -
CMYK 0.31 0.38 0 0.33
HSL 251.08º 0.28% 0.54% -
HSV(B) 251.08º 0.38% 0.67% -
XYZ 19.98 17.1 40.78 -
YUV 117 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 118 106 171 0.31 0.38 0 0.33 251.08 0.28 0.54
Hex 76 6A AB 1F 26 0 21 FB 1C 36
Octal 166 152 253 37 46 0 41 373 34 66
Binary 1110110 1101010 10101011 11111 100110 0 100001 11111011 11100 110110

Color Harmonies of #766AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AAB

Black with #766AAB

Text Example


Text Example

White with #766AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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