Html Css Color HEX #777098 Scampi

📋 copy color: '#777098'

red 119 ◦ green 112 ◦ blue 152

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

Shades of Scampi #777098

Tints of Scampi #777098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 31.07%
G = 29.24%
B = 39.69%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#777098 (or 0x777098) is known color: Scampi. HEX triplet: 77, 70 and 98. RGB value is (119,112,152). Sum of RGB (Red+Green+Blue) = 119+112+152=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 152 - color contains mainly: blue. Hex color #777098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777098 is #888F67. Grayscale: #767676. Windows color (decimal): -8949608 or 9990263. OLE color: 9990263.

HSL color Cylindrical-coordinate representation of color #777098: hue angle of 250.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #777098 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 112 152 -
CMYK 0.22 0.26 0 0.40
HSL 250.5º 0.16% 0.52% -
HSV(B) 250.5º 0.26% 0.6% -
XYZ 19.07 17.78 32.13 -
YUV 118.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 119 112 152 0.22 0.26 0 0.40 250.5 0.16 0.52
Hex 77 70 98 16 1A 0 28 FB 10 34
Octal 167 160 230 26 32 0 50 373 20 64
Binary 1110111 1110000 10011000 10110 11010 0 101000 11111011 10000 110100

Color Harmonies of #777098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777098

Black with #777098

Text Example


Text Example

White with #777098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777098; }

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

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

background-color css

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

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

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

border-color css

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

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

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