Html Css Color HEX #787391 Scampi

📋 copy color: '#787391'

red 120 ◦ green 115 ◦ blue 145

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

Shades of Scampi #787391

Tints of Scampi #787391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 31.58%
G = 30.26%
B = 38.16%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#787391 (or 0x787391) is known color: Scampi. HEX triplet: 78, 73 and 91. RGB value is (120,115,145). Sum of RGB (Red+Green+Blue) = 120+115+145=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #787391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787391 is #878C6E. Grayscale: #777777. Windows color (decimal): -8883311 or 9532280. OLE color: 9532280.

HSL color Cylindrical-coordinate representation of color #787391: hue angle of 250º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #787391 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 115 145 -
CMYK 0.17 0.21 0 0.43
HSL 250º 0.12% 0.51% -
HSV(B) 250º 0.21% 0.57% -
XYZ 18.99 18.3 29.32 -
YUV 119.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 120 115 145 0.17 0.21 0 0.43 250 0.12 0.51
Hex 78 73 91 11 15 0 2B FA C 33
Octal 170 163 221 21 25 0 53 372 14 63
Binary 1111000 1110011 10010001 10001 10101 0 101011 11111010 1100 110011

Color Harmonies of #787391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787391

Black with #787391

Text Example


Text Example

White with #787391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787391; }

 p { color: rgb(120,115,145); }

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

background-color css

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

 a { background-color: rgb(120,115,145); }

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

border-color css

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

 span { border-color: rgb(120,115,145); }

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