Html Css Color HEX #777598 Scampi

📋 copy color: '#777598'

red 119 ◦ green 117 ◦ blue 152

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

Shades of Scampi #777598

Tints of Scampi #777598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 30.67%
G = 30.15%
B = 39.18%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#777598 (or 0x777598) is known color: Scampi. HEX triplet: 77, 75 and 98. RGB value is (119,117,152). Sum of RGB (Red+Green+Blue) = 119+117+152=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #777598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777598 is #888A67. Grayscale: #797979. Windows color (decimal): -8948328 or 9991543. OLE color: 9991543.

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

Color convert

RGB 119 117 152 -
CMYK 0.22 0.23 0 0.40
HSL 243.43º 0.15% 0.53% -
HSV(B) 243.43º 0.23% 0.6% -
XYZ 19.64 18.91 32.32 -
YUV 121.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 119 117 152 0.22 0.23 0 0.40 243.43 0.15 0.53
Hex 77 75 98 16 17 0 28 F3 F 35
Octal 167 165 230 26 27 0 50 363 17 65
Binary 1110111 1110101 10011000 10110 10111 0 101000 11110011 1111 110101

Color Harmonies of #777598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777598

Black with #777598

Text Example


Text Example

White with #777598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777598; }

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

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

background-color css

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

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

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

border-color css

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

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

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