Html Css Color HEX #766999 Scampi

📋 copy color: '#766999'

red 118 ◦ green 105 ◦ blue 153

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

Shades of Scampi #766999

Tints of Scampi #766999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 31.38%
G = 27.93%
B = 40.69%

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

#766999 (or 0x766999) is known color: Scampi. HEX triplet: 76, 69 and 99. RGB value is (118,105,153). Sum of RGB (Red+Green+Blue) = 118+105+153=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #766999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766999 is #899666. Grayscale: #727272. Windows color (decimal): -9016935 or 10054006. OLE color: 10054006.

HSL color Cylindrical-coordinate representation of color #766999: hue angle of 256.25º 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 #766999 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 105 153 -
CMYK 0.23 0.31 0 0.4
HSL 256.25º 0.19% 0.51% -
HSV(B) 256.25º 0.31% 0.6% -
XYZ 18.27 16.25 32.31 -
YUV 114.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 118 105 153 0.23 0.31 0 0.4 256.25 0.19 0.51
Hex 76 69 99 17 1F 0 28 100 13 33
Octal 166 151 231 27 37 0 50 400 23 63
Binary 1110110 1101001 10011001 10111 11111 0 101000 100000000 10011 110011

Color Harmonies of #766999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766999

Black with #766999

Text Example


Text Example

White with #766999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766999; }

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

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

background-color css

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

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

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

border-color css

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

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

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