Html Css Color HEX #766994 Scampi

📋 copy color: '#766994'

red 118 ◦ green 105 ◦ blue 148

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

Shades of Scampi #766994

Tints of Scampi #766994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 31.81%
G = 28.3%
B = 39.89%

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

#766994 (or 0x766994) is known color: Scampi. HEX triplet: 76, 69 and 94. RGB value is (118,105,148). Sum of RGB (Red+Green+Blue) = 118+105+148=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #766994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766994 is #89966B. Grayscale: #717171. Windows color (decimal): -9016940 or 9726326. OLE color: 9726326.

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

Color convert

RGB 118 105 148 -
CMYK 0.20 0.29 0 0.42
HSL 258.14º 0.17% 0.5% -
HSV(B) 258.14º 0.29% 0.58% -
XYZ 17.87 16.09 30.18 -
YUV 113.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 118 105 148 0.20 0.29 0 0.42 258.14 0.17 0.5
Hex 76 69 94 14 1D 0 2A 102 11 32
Octal 166 151 224 24 35 0 52 402 21 62
Binary 1110110 1101001 10010100 10100 11101 0 101010 100000010 10001 110010

Color Harmonies of #766994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766994

Black with #766994

Text Example


Text Example

White with #766994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766994; }

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

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

background-color css

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

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

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

border-color css

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

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

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