Html Css Color HEX #766FA5 Scampi

📋 copy color: '#766FA5'

red 118 ◦ green 111 ◦ blue 165

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

Shades of Scampi #766FA5

Tints of Scampi #766FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.88%

R = 29.95%
G = 28.17%
B = 41.88%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#766FA5 (or 0x766FA5) is known color: Scampi. HEX triplet: 76, 6F and A5. RGB value is (118,111,165). Sum of RGB (Red+Green+Blue) = 118+111+165=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #766FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FA5 is #89905A. Grayscale: #777777. Windows color (decimal): -9015387 or 10841974. OLE color: 10841974.

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

Color convert

RGB 118 111 165 -
CMYK 0.28 0.33 0 0.35
HSL 247.78º 0.23% 0.54% -
HSV(B) 247.78º 0.33% 0.65% -
XYZ 19.95 17.94 38.01 -
YUV 119.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 118 111 165 0.28 0.33 0 0.35 247.78 0.23 0.54
Hex 76 6F A5 1C 21 0 23 F8 17 36
Octal 166 157 245 34 41 0 43 370 27 66
Binary 1110110 1101111 10100101 11100 100001 0 100011 11111000 10111 110110

Color Harmonies of #766FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FA5

Black with #766FA5

Text Example


Text Example

White with #766FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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