Html Css Color HEX #787591 Scampi

📋 copy color: '#787591'

red 120 ◦ green 117 ◦ blue 145

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

Shades of Scampi #787591

Tints of Scampi #787591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 31.41%
G = 30.63%
B = 37.96%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#787591 (or 0x787591) is known color: Scampi. HEX triplet: 78, 75 and 91. RGB value is (120,117,145). Sum of RGB (Red+Green+Blue) = 120+117+145=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #787591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787591 is #878A6E. Grayscale: #787878. Windows color (decimal): -8882799 or 9532792. OLE color: 9532792.

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

Color convert

RGB 120 117 145 -
CMYK 0.17 0.19 0 0.43
HSL 246.43º 0.11% 0.51% -
HSV(B) 246.43º 0.19% 0.57% -
XYZ 19.22 18.76 29.4 -
YUV 121.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 120 117 145 0.17 0.19 0 0.43 246.43 0.11 0.51
Hex 78 75 91 11 13 0 2B F6 B 33
Octal 170 165 221 21 23 0 53 366 13 63
Binary 1111000 1110101 10010001 10001 10011 0 101011 11110110 1011 110011

Color Harmonies of #787591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787591

Black with #787591

Text Example


Text Example

White with #787591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787591; }

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

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

background-color css

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

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

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

border-color css

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

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

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