Html Css Color HEX #787091 Scampi

📋 copy color: '#787091'

red 120 ◦ green 112 ◦ blue 145

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

Shades of Scampi #787091

Tints of Scampi #787091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 31.83%
G = 29.71%
B = 38.46%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#787091 (or 0x787091) is known color: Scampi. HEX triplet: 78, 70 and 91. RGB value is (120,112,145). Sum of RGB (Red+Green+Blue) = 120+112+145=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #787091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787091 is #878F6E. Grayscale: #767676. Windows color (decimal): -8884079 or 9531512. OLE color: 9531512.

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

Color convert

RGB 120 112 145 -
CMYK 0.17 0.23 0 0.43
HSL 254.55º 0.13% 0.5% -
HSV(B) 254.55º 0.23% 0.57% -
XYZ 18.65 17.63 29.21 -
YUV 118.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 120 112 145 0.17 0.23 0 0.43 254.55 0.13 0.5
Hex 78 70 91 11 17 0 2B FF D 32
Octal 170 160 221 21 27 0 53 377 15 62
Binary 1111000 1110000 10010001 10001 10111 0 101011 11111111 1101 110010

Color Harmonies of #787091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787091

Black with #787091

Text Example


Text Example

White with #787091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787091; }

 p { color: rgb(120,112,145); }

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

background-color css

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

 a { background-color: rgb(120,112,145); }

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

border-color css

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

 span { border-color: rgb(120,112,145); }

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