Html Css Color HEX #766BAB Scampi

📋 copy color: '#766BAB'

red 118 ◦ green 107 ◦ blue 171

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

Shades of Scampi #766BAB

Tints of Scampi #766BAB

RGB

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

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

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

R = 29.8%
G = 27.02%
B = 43.18%

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

#766BAB (or 0x766BAB) is known color: Scampi. HEX triplet: 76, 6B and AB. RGB value is (118,107,171). Sum of RGB (Red+Green+Blue) = 118+107+171=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #766BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BAB is #899454. Grayscale: #757575. Windows color (decimal): -9016405 or 11234166. OLE color: 11234166.

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

Color convert

RGB 118 107 171 -
CMYK 0.31 0.37 0 0.33
HSL 250.31º 0.28% 0.55% -
HSV(B) 250.31º 0.37% 0.67% -
XYZ 20.08 17.31 40.81 -
YUV 117.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 118 107 171 0.31 0.37 0 0.33 250.31 0.28 0.55
Hex 76 6B AB 1F 25 0 21 FA 1C 37
Octal 166 153 253 37 45 0 41 372 34 67
Binary 1110110 1101011 10101011 11111 100101 0 100001 11111010 11100 110111

Color Harmonies of #766BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BAB

Black with #766BAB

Text Example


Text Example

White with #766BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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