Html Css Color HEX #787192 Scampi

📋 copy color: '#787192'

red 120 ◦ green 113 ◦ blue 146

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

Shades of Scampi #787192

Tints of Scampi #787192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 31.66%
G = 29.82%
B = 38.52%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#787192 (or 0x787192) is known color: Scampi. HEX triplet: 78, 71 and 92. RGB value is (120,113,146). Sum of RGB (Red+Green+Blue) = 120+113+146=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #787192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787192 is #878E6D. Grayscale: #767676. Windows color (decimal): -8883822 or 9597304. OLE color: 9597304.

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

Color convert

RGB 120 113 146 -
CMYK 0.18 0.23 0 0.43
HSL 252.73º 0.13% 0.51% -
HSV(B) 252.73º 0.23% 0.57% -
XYZ 18.84 17.88 29.65 -
YUV 118.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 120 113 146 0.18 0.23 0 0.43 252.73 0.13 0.51
Hex 78 71 92 12 17 0 2B FD D 33
Octal 170 161 222 22 27 0 53 375 15 63
Binary 1111000 1110001 10010010 10010 10111 0 101011 11111101 1101 110011

Color Harmonies of #787192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787192

Black with #787192

Text Example


Text Example

White with #787192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787192; }

 p { color: rgb(120,113,146); }

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

background-color css

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

 a { background-color: rgb(120,113,146); }

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

border-color css

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

 span { border-color: rgb(120,113,146); }

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