Html Css Color HEX #776398 Scampi

📋 copy color: '#776398'

red 119 ◦ green 99 ◦ blue 152

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

Shades of Scampi #776398

Tints of Scampi #776398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 32.16%
G = 26.76%
B = 41.08%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#776398 (or 0x776398) is known color: Scampi. HEX triplet: 77, 63 and 98. RGB value is (119,99,152). Sum of RGB (Red+Green+Blue) = 119+99+152=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #776398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776398 is #889C67. Grayscale: #6E6E6E. Windows color (decimal): -8952936 or 9986935. OLE color: 9986935.

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

Color convert

RGB 119 99 152 -
CMYK 0.22 0.35 0 0.40
HSL 262.64º 0.21% 0.49% -
HSV(B) 262.64º 0.35% 0.6% -
XYZ 17.74 15.11 31.69 -
YUV 111.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 119 99 152 0.22 0.35 0 0.40 262.64 0.21 0.49
Hex 77 63 98 16 23 0 28 107 15 31
Octal 167 143 230 26 43 0 50 407 25 61
Binary 1110111 1100011 10011000 10110 100011 0 101000 100000111 10101 110001

Color Harmonies of #776398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776398

Black with #776398

Text Example


Text Example

White with #776398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776398; }

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

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

background-color css

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

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

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

border-color css

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

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

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