Html Css Color HEX #766FA4 Scampi

📋 copy color: '#766FA4'

red 118 ◦ green 111 ◦ blue 164

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

Shades of Scampi #766FA4

Tints of Scampi #766FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 30.03%
G = 28.24%
B = 41.73%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#766FA4 (or 0x766FA4) is known color: Scampi. HEX triplet: 76, 6F and A4. RGB value is (118,111,164). Sum of RGB (Red+Green+Blue) = 118+111+164=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #766FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FA4 is #89905B. Grayscale: #767676. Windows color (decimal): -9015388 or 10776438. OLE color: 10776438.

HSL color Cylindrical-coordinate representation of color #766FA4: hue angle of 247.92º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766FA4 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 111 164 -
CMYK 0.28 0.32 0 0.36
HSL 247.92º 0.23% 0.54% -
HSV(B) 247.92º 0.32% 0.64% -
XYZ 19.86 17.9 37.53 -
YUV 119.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 118 111 164 0.28 0.32 0 0.36 247.92 0.23 0.54
Hex 76 6F A4 1C 20 0 24 F8 17 36
Octal 166 157 244 34 40 0 44 370 27 66
Binary 1110110 1101111 10100100 11100 100000 0 100100 11111000 10111 110110

Color Harmonies of #766FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FA4

Black with #766FA4

Text Example


Text Example

White with #766FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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