Html Css Color HEX #766DAB Scampi

📋 copy color: '#766DAB'

red 118 ◦ green 109 ◦ blue 171

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

Shades of Scampi #766DAB

Tints of Scampi #766DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 29.65%
G = 27.39%
B = 42.96%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#766DAB (or 0x766DAB) is known color: Scampi. HEX triplet: 76, 6D and AB. RGB value is (118,109,171). Sum of RGB (Red+Green+Blue) = 118+109+171=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #766DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DAB is #899254. Grayscale: #767676. Windows color (decimal): -9015893 or 11234678. OLE color: 11234678.

HSL color Cylindrical-coordinate representation of color #766DAB: hue angle of 248.71º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766DAB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 109 171 -
CMYK 0.31 0.36 0 0.33
HSL 248.71º 0.27% 0.55% -
HSV(B) 248.71º 0.36% 0.67% -
XYZ 20.29 17.73 40.88 -
YUV 118.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 118 109 171 0.31 0.36 0 0.33 248.71 0.27 0.55
Hex 76 6D AB 1F 24 0 21 F9 1B 37
Octal 166 155 253 37 44 0 41 371 33 67
Binary 1110110 1101101 10101011 11111 100100 0 100001 11111001 11011 110111

Color Harmonies of #766DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DAB

Black with #766DAB

Text Example


Text Example

White with #766DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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