Html Css Color HEX #766993 Scampi

📋 copy color: '#766993'

red 118 ◦ green 105 ◦ blue 147

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

Shades of Scampi #766993

Tints of Scampi #766993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 31.89%
G = 28.38%
B = 39.73%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766993 (or 0x766993) is known color: Scampi. HEX triplet: 76, 69 and 93. RGB value is (118,105,147). Sum of RGB (Red+Green+Blue) = 118+105+147=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #766993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766993 is #89966C. Grayscale: #717171. Windows color (decimal): -9016941 or 9660790. OLE color: 9660790.

HSL color Cylindrical-coordinate representation of color #766993: hue angle of 258.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766993 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 105 147 -
CMYK 0.20 0.29 0 0.42
HSL 258.57º 0.17% 0.49% -
HSV(B) 258.57º 0.29% 0.58% -
XYZ 17.79 16.06 29.77 -
YUV 113.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 118 105 147 0.20 0.29 0 0.42 258.57 0.17 0.49
Hex 76 69 93 14 1D 0 2A 103 11 31
Octal 166 151 223 24 35 0 52 403 21 61
Binary 1110110 1101001 10010011 10100 11101 0 101010 100000011 10001 110001

Color Harmonies of #766993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766993

Black with #766993

Text Example


Text Example

White with #766993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766993; }

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

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

background-color css

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

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

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

border-color css

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

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

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