Html Css Color HEX #787299 Scampi

📋 copy color: '#787299'

red 120 ◦ green 114 ◦ blue 153

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

Shades of Scampi #787299

Tints of Scampi #787299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.53%

R = 31.01%
G = 29.46%
B = 39.53%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#787299 (or 0x787299) is known color: Scampi. HEX triplet: 78, 72 and 99. RGB value is (120,114,153). Sum of RGB (Red+Green+Blue) = 120+114+153=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #787299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787299 is #878D66. Grayscale: #787878. Windows color (decimal): -8883559 or 10056312. OLE color: 10056312.

HSL color Cylindrical-coordinate representation of color #787299: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787299 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 114 153 -
CMYK 0.22 0.25 0 0.4
HSL 249.23º 0.16% 0.52% -
HSV(B) 249.23º 0.25% 0.6% -
XYZ 19.51 18.33 32.65 -
YUV 120.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 120 114 153 0.22 0.25 0 0.4 249.23 0.16 0.52
Hex 78 72 99 16 19 0 28 F9 10 34
Octal 170 162 231 26 31 0 50 371 20 64
Binary 1111000 1110010 10011001 10110 11001 0 101000 11111001 10000 110100

Color Harmonies of #787299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787299

Black with #787299

Text Example


Text Example

White with #787299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787299; }

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

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

background-color css

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

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

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

border-color css

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

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

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