Html Css Color HEX #787095 Scampi

📋 copy color: '#787095'

red 120 ◦ green 112 ◦ blue 149

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

Shades of Scampi #787095

Tints of Scampi #787095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 31.5%
G = 29.4%
B = 39.11%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#787095 (or 0x787095) is known color: Scampi. HEX triplet: 78, 70 and 95. RGB value is (120,112,149). Sum of RGB (Red+Green+Blue) = 120+112+149=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #787095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787095 is #878F6A. Grayscale: #767676. Windows color (decimal): -8884075 or 9793656. OLE color: 9793656.

HSL color Cylindrical-coordinate representation of color #787095: hue angle of 252.97º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787095 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 112 149 -
CMYK 0.19 0.25 0 0.42
HSL 252.97º 0.15% 0.51% -
HSV(B) 252.97º 0.25% 0.58% -
XYZ 18.96 17.75 30.86 -
YUV 118.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 120 112 149 0.19 0.25 0 0.42 252.97 0.15 0.51
Hex 78 70 95 13 19 0 2A FD F 33
Octal 170 160 225 23 31 0 52 375 17 63
Binary 1111000 1110000 10010101 10011 11001 0 101010 11111101 1111 110011

Color Harmonies of #787095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787095

Black with #787095

Text Example


Text Example

White with #787095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787095; }

 p { color: rgb(120,112,149); }

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

background-color css

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

 a { background-color: rgb(120,112,149); }

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

border-color css

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

 span { border-color: rgb(120,112,149); }

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