Html Css Color HEX #77639E Scampi

📋 copy color: '#77639E'

red 119 ◦ green 99 ◦ blue 158

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

Shades of Scampi #77639E

Tints of Scampi #77639E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 31.65%
G = 26.33%
B = 42.02%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77639E (or 0x77639E) is known color: Scampi. HEX triplet: 77, 63 and 9E. RGB value is (119,99,158). Sum of RGB (Red+Green+Blue) = 119+99+158=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #77639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77639E is #889C61. Grayscale: #6F6F6F. Windows color (decimal): -8952930 or 10380151. OLE color: 10380151.

HSL color Cylindrical-coordinate representation of color #77639E: hue angle of 260.34º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77639E is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 99 158 -
CMYK 0.25 0.37 0 0.38
HSL 260.34º 0.23% 0.5% -
HSV(B) 260.34º 0.37% 0.62% -
XYZ 18.24 15.31 34.34 -
YUV 111.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 119 99 158 0.25 0.37 0 0.38 260.34 0.23 0.5
Hex 77 63 9E 19 25 0 26 104 17 32
Octal 167 143 236 31 45 0 46 404 27 62
Binary 1110111 1100011 10011110 11001 100101 0 100110 100000100 10111 110010

Color Harmonies of #77639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77639E

Black with #77639E

Text Example


Text Example

White with #77639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77639E; }

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

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

background-color css

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

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

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

border-color css

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

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

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