Html Css Color HEX #766BAC Scampi

📋 copy color: '#766BAC'

red 118 ◦ green 107 ◦ blue 172

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

Shades of Scampi #766BAC

Tints of Scampi #766BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 29.72%
G = 26.95%
B = 43.32%

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

#766BAC (or 0x766BAC) is known color: Scampi. HEX triplet: 76, 6B and AC. RGB value is (118,107,172). Sum of RGB (Red+Green+Blue) = 118+107+172=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #766BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BAC is #899453. Grayscale: #757575. Windows color (decimal): -9016404 or 11299702. OLE color: 11299702.

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

Color convert

RGB 118 107 172 -
CMYK 0.31 0.38 0 0.33
HSL 250.15º 0.28% 0.55% -
HSV(B) 250.15º 0.38% 0.67% -
XYZ 20.18 17.35 41.31 -
YUV 117.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 118 107 172 0.31 0.38 0 0.33 250.15 0.28 0.55
Hex 76 6B AC 1F 26 0 21 FA 1C 37
Octal 166 153 254 37 46 0 41 372 34 67
Binary 1110110 1101011 10101100 11111 100110 0 100001 11111010 11100 110111

Color Harmonies of #766BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BAC

Black with #766BAC

Text Example


Text Example

White with #766BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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