Html Css Color HEX #787696 Scampi

📋 copy color: '#787696'

red 120 ◦ green 118 ◦ blue 150

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

Shades of Scampi #787696

Tints of Scampi #787696

RGB

 RED value IS 120 (47.27% from 255) = 30.93%

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 30.93%
G = 30.41%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#787696 (or 0x787696) is known color: Scampi. HEX triplet: 78, 76 and 96. RGB value is (120,118,150). Sum of RGB (Red+Green+Blue) = 120+118+150=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #787696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787696 is #878969. Grayscale: #7A7A7A. Windows color (decimal): -8882538 or 9860728. OLE color: 9860728.

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

Color convert

RGB 120 118 150 -
CMYK 0.20 0.21 0 0.41
HSL 243.75º 0.13% 0.53% -
HSV(B) 243.75º 0.21% 0.59% -
XYZ 19.73 19.15 31.51 -
YUV 122.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 120 118 150 0.20 0.21 0 0.41 243.75 0.13 0.53
Hex 78 76 96 14 15 0 29 F4 D 35
Octal 170 166 226 24 25 0 51 364 15 65
Binary 1111000 1110110 10010110 10100 10101 0 101001 11110100 1101 110101

Color Harmonies of #787696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787696

Black with #787696

Text Example


Text Example

White with #787696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787696; }

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

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

background-color css

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

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

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

border-color css

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

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

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