Html Css Color HEX #766398 Scampi

📋 copy color: '#766398'

red 118 ◦ green 99 ◦ blue 152

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

Shades of Scampi #766398

Tints of Scampi #766398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 31.98%
G = 26.83%
B = 41.19%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#766398 (or 0x766398) is known color: Scampi. HEX triplet: 76, 63 and 98. RGB value is (118,99,152). Sum of RGB (Red+Green+Blue) = 118+99+152=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #766398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766398 is #899C67. Grayscale: #6E6E6E. Windows color (decimal): -9018472 or 9986934. OLE color: 9986934.

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

Color convert

RGB 118 99 152 -
CMYK 0.22 0.35 0 0.40
HSL 261.51º 0.21% 0.49% -
HSV(B) 261.51º 0.35% 0.6% -
XYZ 17.6 15.04 31.68 -
YUV 110.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 118 99 152 0.22 0.35 0 0.40 261.51 0.21 0.49
Hex 76 63 98 16 23 0 28 106 15 31
Octal 166 143 230 26 43 0 50 406 25 61
Binary 1110110 1100011 10011000 10110 100011 0 101000 100000110 10101 110001

Color Harmonies of #766398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766398

Black with #766398

Text Example


Text Example

White with #766398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766398; }

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

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

background-color css

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

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

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

border-color css

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

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

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