Html Css Color HEX #766BA0 Scampi

📋 copy color: '#766BA0'

red 118 ◦ green 107 ◦ blue 160

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

Shades of Scampi #766BA0

Tints of Scampi #766BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 30.65%
G = 27.79%
B = 41.56%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#766BA0 (or 0x766BA0) is known color: Scampi. HEX triplet: 76, 6B and A0. RGB value is (118,107,160). Sum of RGB (Red+Green+Blue) = 118+107+160=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #766BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BA0 is #89945F. Grayscale: #747474. Windows color (decimal): -9016416 or 10513270. OLE color: 10513270.

HSL color Cylindrical-coordinate representation of color #766BA0: hue angle of 252.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766BA0 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 107 160 -
CMYK 0.26 0.33 0 0.37
HSL 252.45º 0.22% 0.52% -
HSV(B) 252.45º 0.33% 0.63% -
XYZ 19.07 16.91 35.52 -
YUV 116.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 118 107 160 0.26 0.33 0 0.37 252.45 0.22 0.52
Hex 76 6B A0 1A 21 0 25 FC 16 34
Octal 166 153 240 32 41 0 45 374 26 64
Binary 1110110 1101011 10100000 11010 100001 0 100101 11111100 10110 110100

Color Harmonies of #766BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BA0

Black with #766BA0

Text Example


Text Example

White with #766BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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