Html Css Color HEX #787290 Scampi

📋 copy color: '#787290'

red 120 ◦ green 114 ◦ blue 144

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

Shades of Scampi #787290

Tints of Scampi #787290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 31.75%
G = 30.16%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#787290 (or 0x787290) is known color: Scampi. HEX triplet: 78, 72 and 90. RGB value is (120,114,144). Sum of RGB (Red+Green+Blue) = 120+114+144=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #787290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787290 is #878D6F. Grayscale: #777777. Windows color (decimal): -8883568 or 9466488. OLE color: 9466488.

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

Color convert

RGB 120 114 144 -
CMYK 0.17 0.21 0 0.44
HSL 252º 0.12% 0.51% -
HSV(B) 252º 0.21% 0.56% -
XYZ 18.8 18.04 28.88 -
YUV 119.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 120 114 144 0.17 0.21 0 0.44 252 0.12 0.51
Hex 78 72 90 11 15 0 2C FC C 33
Octal 170 162 220 21 25 0 54 374 14 63
Binary 1111000 1110010 10010000 10001 10101 0 101100 11111100 1100 110011

Color Harmonies of #787290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787290

Black with #787290

Text Example


Text Example

White with #787290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787290; }

 p { color: rgb(120,114,144); }

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

background-color css

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

 a { background-color: rgb(120,114,144); }

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

border-color css

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

 span { border-color: rgb(120,114,144); }

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