Html Css Color HEX #766898 Scampi

📋 copy color: '#766898'

red 118 ◦ green 104 ◦ blue 152

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

Shades of Scampi #766898

Tints of Scampi #766898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 31.55%
G = 27.81%
B = 40.64%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#766898 (or 0x766898) is known color: Scampi. HEX triplet: 76, 68 and 98. RGB value is (118,104,152). Sum of RGB (Red+Green+Blue) = 118+104+152=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #766898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766898 is #899767. Grayscale: #717171. Windows color (decimal): -9017192 or 9988214. OLE color: 9988214.

HSL color Cylindrical-coordinate representation of color #766898: hue angle of 257.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766898 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 104 152 -
CMYK 0.22 0.32 0 0.40
HSL 257.5º 0.19% 0.5% -
HSV(B) 257.5º 0.32% 0.6% -
XYZ 18.09 16.02 31.84 -
YUV 113.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 118 104 152 0.22 0.32 0 0.40 257.5 0.19 0.5
Hex 76 68 98 16 20 0 28 102 13 32
Octal 166 150 230 26 40 0 50 402 23 62
Binary 1110110 1101000 10011000 10110 100000 0 101000 100000010 10011 110010

Color Harmonies of #766898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766898

Black with #766898

Text Example


Text Example

White with #766898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766898; }

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

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

background-color css

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

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

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

border-color css

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

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

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