Html Css Color HEX #766894 Scampi

📋 copy color: '#766894'

red 118 ◦ green 104 ◦ blue 148

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

Shades of Scampi #766894

Tints of Scampi #766894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 31.89%
G = 28.11%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766894 (or 0x766894) is known color: Scampi. HEX triplet: 76, 68 and 94. RGB value is (118,104,148). Sum of RGB (Red+Green+Blue) = 118+104+148=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #766894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766894 is #89976B. Grayscale: #717171. Windows color (decimal): -9017196 or 9726070. OLE color: 9726070.

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

Color convert

RGB 118 104 148 -
CMYK 0.20 0.30 0 0.42
HSL 259.09º 0.17% 0.49% -
HSV(B) 259.09º 0.3% 0.58% -
XYZ 17.77 15.89 30.15 -
YUV 113.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 118 104 148 0.20 0.30 0 0.42 259.09 0.17 0.49
Hex 76 68 94 14 1E 0 2A 103 11 31
Octal 166 150 224 24 36 0 52 403 21 61
Binary 1110110 1101000 10010100 10100 11110 0 101010 100000011 10001 110001

Color Harmonies of #766894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766894

Black with #766894

Text Example


Text Example

White with #766894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766894; }

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

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

background-color css

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

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

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

border-color css

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

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

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