Html Css Color HEX #766F90 Scampi

📋 copy color: '#766F90'

red 118 ◦ green 111 ◦ blue 144

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

Shades of Scampi #766F90

Tints of Scampi #766F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 31.64%
G = 29.76%
B = 38.61%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#766F90 (or 0x766F90) is known color: Scampi. HEX triplet: 76, 6F and 90. RGB value is (118,111,144). Sum of RGB (Red+Green+Blue) = 118+111+144=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #766F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F90 is #89906F. Grayscale: #747474. Windows color (decimal): -9015408 or 9465718. OLE color: 9465718.

HSL color Cylindrical-coordinate representation of color #766F90: hue angle of 252.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #766F90 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 111 144 -
CMYK 0.18 0.23 0 0.44
HSL 252.73º 0.13% 0.5% -
HSV(B) 252.73º 0.23% 0.56% -
XYZ 18.19 17.23 28.75 -
YUV 116.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 118 111 144 0.18 0.23 0 0.44 252.73 0.13 0.5
Hex 76 6F 90 12 17 0 2C FD D 32
Octal 166 157 220 22 27 0 54 375 15 62
Binary 1110110 1101111 10010000 10010 10111 0 101100 11111101 1101 110010

Color Harmonies of #766F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F90

Black with #766F90

Text Example


Text Example

White with #766F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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