Html Css Color HEX #787793 Scampi

📋 copy color: '#787793'

red 120 ◦ green 119 ◦ blue 147

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

Shades of Scampi #787793

Tints of Scampi #787793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 31.09%
G = 30.83%
B = 38.08%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#787793 (or 0x787793) is known color: Scampi. HEX triplet: 78, 77 and 93. RGB value is (120,119,147). Sum of RGB (Red+Green+Blue) = 120+119+147=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #787793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787793 is #87886C. Grayscale: #7A7A7A. Windows color (decimal): -8882285 or 9664376. OLE color: 9664376.

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

Color convert

RGB 120 119 147 -
CMYK 0.18 0.19 0 0.42
HSL 242.14º 0.11% 0.52% -
HSV(B) 242.14º 0.19% 0.58% -
XYZ 19.61 19.29 30.29 -
YUV 122.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 120 119 147 0.18 0.19 0 0.42 242.14 0.11 0.52
Hex 78 77 93 12 13 0 2A F2 B 34
Octal 170 167 223 22 23 0 52 362 13 64
Binary 1111000 1110111 10010011 10010 10011 0 101010 11110010 1011 110100

Color Harmonies of #787793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787793

Black with #787793

Text Example


Text Example

White with #787793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787793; }

 p { color: rgb(120,119,147); }

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

background-color css

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

 a { background-color: rgb(120,119,147); }

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

border-color css

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

 span { border-color: rgb(120,119,147); }

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