Html Css Color HEX #777092 Scampi

📋 copy color: '#777092'

red 119 ◦ green 112 ◦ blue 146

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

Shades of Scampi #777092

Tints of Scampi #777092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 31.56%
G = 29.71%
B = 38.73%

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

#777092 (or 0x777092) is known color: Scampi. HEX triplet: 77, 70 and 92. RGB value is (119,112,146). Sum of RGB (Red+Green+Blue) = 119+112+146=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #777092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777092 is #888F6D. Grayscale: #757575. Windows color (decimal): -8949614 or 9597047. OLE color: 9597047.

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

Color convert

RGB 119 112 146 -
CMYK 0.18 0.23 0 0.43
HSL 252.35º 0.13% 0.51% -
HSV(B) 252.35º 0.23% 0.57% -
XYZ 18.59 17.59 29.61 -
YUV 117.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 119 112 146 0.18 0.23 0 0.43 252.35 0.13 0.51
Hex 77 70 92 12 17 0 2B FC D 33
Octal 167 160 222 22 27 0 53 374 15 63
Binary 1110111 1110000 10010010 10010 10111 0 101011 11111100 1101 110011

Color Harmonies of #777092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777092

Black with #777092

Text Example


Text Example

White with #777092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777092; }

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

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

background-color css

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

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

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

border-color css

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

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

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