Html Css Color HEX #766F99 Scampi

📋 copy color: '#766F99'

red 118 ◦ green 111 ◦ blue 153

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

Shades of Scampi #766F99

Tints of Scampi #766F99

RGB

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

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

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

R = 30.89%
G = 29.06%
B = 40.05%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#766F99 (or 0x766F99) is known color: Scampi. HEX triplet: 76, 6F and 99. RGB value is (118,111,153). Sum of RGB (Red+Green+Blue) = 118+111+153=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #766F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F99 is #899066. Grayscale: #757575. Windows color (decimal): -9015399 or 10055542. OLE color: 10055542.

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

Color convert

RGB 118 111 153 -
CMYK 0.23 0.27 0 0.4
HSL 250º 0.17% 0.52% -
HSV(B) 250º 0.27% 0.6% -
XYZ 18.91 17.52 32.52 -
YUV 117.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 118 111 153 0.23 0.27 0 0.4 250 0.17 0.52
Hex 76 6F 99 17 1B 0 28 FA 11 34
Octal 166 157 231 27 33 0 50 372 21 64
Binary 1110110 1101111 10011001 10111 11011 0 101000 11111010 10001 110100

Color Harmonies of #766F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F99

Black with #766F99

Text Example


Text Example

White with #766F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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