Html Css Color HEX #766BAA Scampi

📋 copy color: '#766BAA'

red 118 ◦ green 107 ◦ blue 170

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

Shades of Scampi #766BAA

Tints of Scampi #766BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 29.87%
G = 27.09%
B = 43.04%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#766BAA (or 0x766BAA) is known color: Scampi. HEX triplet: 76, 6B and AA. RGB value is (118,107,170). Sum of RGB (Red+Green+Blue) = 118+107+170=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #766BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BAA is #899455. Grayscale: #757575. Windows color (decimal): -9016406 or 11168630. OLE color: 11168630.

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

Color convert

RGB 118 107 170 -
CMYK 0.31 0.37 0 0.33
HSL 250.48º 0.27% 0.54% -
HSV(B) 250.48º 0.37% 0.67% -
XYZ 19.98 17.27 40.31 -
YUV 117.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 118 107 170 0.31 0.37 0 0.33 250.48 0.27 0.54
Hex 76 6B AA 1F 25 0 21 FA 1B 36
Octal 166 153 252 37 45 0 41 372 33 66
Binary 1110110 1101011 10101010 11111 100101 0 100001 11111010 11011 110110

Color Harmonies of #766BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BAA

Black with #766BAA

Text Example


Text Example

White with #766BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,170); }

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

background-color css

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

 a { background-color: rgb(118,107,170); }

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

border-color css

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

 span { border-color: rgb(118,107,170); }

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