Html Css Color HEX #787791 Scampi

📋 copy color: '#787791'

red 120 ◦ green 119 ◦ blue 145

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

Shades of Scampi #787791

Tints of Scampi #787791

RGB

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

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

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

R = 31.25%
G = 30.99%
B = 37.76%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#787791 (or 0x787791) is known color: Scampi. HEX triplet: 78, 77 and 91. RGB value is (120,119,145). Sum of RGB (Red+Green+Blue) = 120+119+145=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #787791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787791 is #87886E. Grayscale: #7A7A7A. Windows color (decimal): -8882287 or 9533304. OLE color: 9533304.

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

Color convert

RGB 120 119 145 -
CMYK 0.17 0.18 0 0.43
HSL 242.31º 0.11% 0.52% -
HSV(B) 242.31º 0.18% 0.57% -
XYZ 19.45 19.23 29.47 -
YUV 122.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 120 119 145 0.17 0.18 0 0.43 242.31 0.11 0.52
Hex 78 77 91 11 12 0 2B F2 B 34
Octal 170 167 221 21 22 0 53 362 13 64
Binary 1111000 1110111 10010001 10001 10010 0 101011 11110010 1011 110100

Color Harmonies of #787791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787791

Black with #787791

Text Example


Text Example

White with #787791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787791; }

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

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

background-color css

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

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

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

border-color css

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

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

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