Html Css Color HEX #766FB0 Scampi

📋 copy color: '#766FB0'

red 118 ◦ green 111 ◦ blue 176

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

Shades of Scampi #766FB0

Tints of Scampi #766FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 29.14%
G = 27.41%
B = 43.46%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#766FB0 (or 0x766FB0) is known color: Scampi. HEX triplet: 76, 6F and B0. RGB value is (118,111,176). Sum of RGB (Red+Green+Blue) = 118+111+176=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #766FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FB0 is #89904F. Grayscale: #787878. Windows color (decimal): -9015376 or 11562870. OLE color: 11562870.

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

Color convert

RGB 118 111 176 -
CMYK 0.33 0.37 0 0.31
HSL 246.46º 0.29% 0.56% -
HSV(B) 246.46º 0.37% 0.69% -
XYZ 20.99 18.36 43.51 -
YUV 120.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 118 111 176 0.33 0.37 0 0.31 246.46 0.29 0.56
Hex 76 6F B0 21 25 0 1F F6 1D 38
Octal 166 157 260 41 45 0 37 366 35 70
Binary 1110110 1101111 10110000 100001 100101 0 11111 11110110 11101 111000

Color Harmonies of #766FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FB0

Black with #766FB0

Text Example


Text Example

White with #766FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,176); }

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

background-color css

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

 a { background-color: rgb(118,111,176); }

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

border-color css

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

 span { border-color: rgb(118,111,176); }

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