Html Css Color HEX #766897 Scampi

📋 copy color: '#766897'

red 118 ◦ green 104 ◦ blue 151

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

Shades of Scampi #766897

Tints of Scampi #766897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 31.64%
G = 27.88%
B = 40.48%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#766897 (or 0x766897) is known color: Scampi. HEX triplet: 76, 68 and 97. RGB value is (118,104,151). Sum of RGB (Red+Green+Blue) = 118+104+151=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #766897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766897 is #899768. Grayscale: #717171. Windows color (decimal): -9017193 or 9922678. OLE color: 9922678.

HSL color Cylindrical-coordinate representation of color #766897: hue angle of 257.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766897 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 104 151 -
CMYK 0.22 0.31 0 0.41
HSL 257.87º 0.18% 0.5% -
HSV(B) 257.87º 0.31% 0.59% -
XYZ 18.01 15.99 31.41 -
YUV 113.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 118 104 151 0.22 0.31 0 0.41 257.87 0.18 0.5
Hex 76 68 97 16 1F 0 29 102 12 32
Octal 166 150 227 26 37 0 51 402 22 62
Binary 1110110 1101000 10010111 10110 11111 0 101001 100000010 10010 110010

Color Harmonies of #766897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766897

Black with #766897

Text Example


Text Example

White with #766897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766897; }

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

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

background-color css

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

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

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

border-color css

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

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

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