Html Css Color HEX #777091 Scampi

📋 copy color: '#777091'

red 119 ◦ green 112 ◦ blue 145

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

Shades of Scampi #777091

Tints of Scampi #777091

RGB

 RED value IS 119 (46.88% from 255) = 31.65%

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

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

R = 31.65%
G = 29.79%
B = 38.56%

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

#777091 (or 0x777091) is known color: Scampi. HEX triplet: 77, 70 and 91. RGB value is (119,112,145). Sum of RGB (Red+Green+Blue) = 119+112+145=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #777091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777091 is #888F6E. Grayscale: #757575. Windows color (decimal): -8949615 or 9531511. OLE color: 9531511.

HSL color Cylindrical-coordinate representation of color #777091: hue angle of 252.73º 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 #777091 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 112 145 -
CMYK 0.18 0.23 0 0.43
HSL 252.73º 0.13% 0.5% -
HSV(B) 252.73º 0.23% 0.57% -
XYZ 18.51 17.55 29.2 -
YUV 117.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 119 112 145 0.18 0.23 0 0.43 252.73 0.13 0.5
Hex 77 70 91 12 17 0 2B FD D 32
Octal 167 160 221 22 27 0 53 375 15 62
Binary 1110111 1110000 10010001 10010 10111 0 101011 11111101 1101 110010

Color Harmonies of #777091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777091

Black with #777091

Text Example


Text Example

White with #777091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777091; }

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

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

background-color css

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

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

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

border-color css

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

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

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