Html Css Color HEX #767396 Scampi

📋 copy color: '#767396'

red 118 ◦ green 115 ◦ blue 150

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

Shades of Scampi #767396

Tints of Scampi #767396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 30.81%
G = 30.03%
B = 39.16%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#767396 (or 0x767396) is known color: Scampi. HEX triplet: 76, 73 and 96. RGB value is (118,115,150). Sum of RGB (Red+Green+Blue) = 118+115+150=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #767396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767396 is #898C69. Grayscale: #777777. Windows color (decimal): -9014378 or 9859958. OLE color: 9859958.

HSL color Cylindrical-coordinate representation of color #767396: hue angle of 245.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767396 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 115 150 -
CMYK 0.21 0.23 0 0.41
HSL 245.14º 0.14% 0.52% -
HSV(B) 245.14º 0.23% 0.59% -
XYZ 19.11 18.32 31.38 -
YUV 119.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 118 115 150 0.21 0.23 0 0.41 245.14 0.14 0.52
Hex 76 73 96 15 17 0 29 F5 E 34
Octal 166 163 226 25 27 0 51 365 16 64
Binary 1110110 1110011 10010110 10101 10111 0 101001 11110101 1110 110100

Color Harmonies of #767396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767396

Black with #767396

Text Example


Text Example

White with #767396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767396; }

 p { color: rgb(118,115,150); }

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

background-color css

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

 a { background-color: rgb(118,115,150); }

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

border-color css

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

 span { border-color: rgb(118,115,150); }

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