Html Css Color HEX #766A99 Scampi

📋 copy color: '#766A99'

red 118 ◦ green 106 ◦ blue 153

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

Shades of Scampi #766A99

Tints of Scampi #766A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 31.3%
G = 28.12%
B = 40.58%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#766A99 (or 0x766A99) is known color: Scampi. HEX triplet: 76, 6A and 99. RGB value is (118,106,153). Sum of RGB (Red+Green+Blue) = 118+106+153=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #766A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A99 is #899566. Grayscale: #727272. Windows color (decimal): -9016679 or 10054262. OLE color: 10054262.

HSL color Cylindrical-coordinate representation of color #766A99: hue angle of 255.32º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766A99 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 106 153 -
CMYK 0.23 0.31 0 0.4
HSL 255.32º 0.19% 0.51% -
HSV(B) 255.32º 0.31% 0.6% -
XYZ 18.38 16.46 32.35 -
YUV 114.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 118 106 153 0.23 0.31 0 0.4 255.32 0.19 0.51
Hex 76 6A 99 17 1F 0 28 FF 13 33
Octal 166 152 231 27 37 0 50 377 23 63
Binary 1110110 1101010 10011001 10111 11111 0 101000 11111111 10011 110011

Color Harmonies of #766A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A99

Black with #766A99

Text Example


Text Example

White with #766A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,153); }

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

background-color css

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

 a { background-color: rgb(118,106,153); }

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

border-color css

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

 span { border-color: rgb(118,106,153); }

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