Html Css Color HEX #787790 Scampi

📋 copy color: '#787790'

red 120 ◦ green 119 ◦ blue 144

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

Shades of Scampi #787790

Tints of Scampi #787790

RGB

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

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

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

R = 31.33%
G = 31.07%
B = 37.6%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#787790 (or 0x787790) is known color: Scampi. HEX triplet: 78, 77 and 90. RGB value is (120,119,144). Sum of RGB (Red+Green+Blue) = 120+119+144=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #787790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787790 is #87886F. Grayscale: #7A7A7A. Windows color (decimal): -8882288 or 9467768. OLE color: 9467768.

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

Color convert

RGB 120 119 144 -
CMYK 0.17 0.17 0 0.44
HSL 242.4º 0.1% 0.52% -
HSV(B) 242.4º 0.17% 0.56% -
XYZ 19.38 19.2 29.07 -
YUV 122.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 120 119 144 0.17 0.17 0 0.44 242.4 0.1 0.52
Hex 78 77 90 11 11 0 2C F2 A 34
Octal 170 167 220 21 21 0 54 362 12 64
Binary 1111000 1110111 10010000 10001 10001 0 101100 11110010 1010 110100

Color Harmonies of #787790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787790

Black with #787790

Text Example


Text Example

White with #787790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787790; }

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

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

background-color css

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

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

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

border-color css

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

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

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