Html Css Color HEX #77639D Scampi

📋 copy color: '#77639D'

red 119 ◦ green 99 ◦ blue 157

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

Shades of Scampi #77639D

Tints of Scampi #77639D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 31.73%
G = 26.4%
B = 41.87%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77639D (or 0x77639D) is known color: Scampi. HEX triplet: 77, 63 and 9D. RGB value is (119,99,157). Sum of RGB (Red+Green+Blue) = 119+99+157=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #77639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77639D is #889C62. Grayscale: #6F6F6F. Windows color (decimal): -8952931 or 10314615. OLE color: 10314615.

HSL color Cylindrical-coordinate representation of color #77639D: hue angle of 260.69º 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 #77639D is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 99 157 -
CMYK 0.24 0.37 0 0.38
HSL 260.69º 0.23% 0.5% -
HSV(B) 260.69º 0.37% 0.62% -
XYZ 18.16 15.28 33.89 -
YUV 111.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 119 99 157 0.24 0.37 0 0.38 260.69 0.23 0.5
Hex 77 63 9D 18 25 0 26 105 17 32
Octal 167 143 235 30 45 0 46 405 27 62
Binary 1110111 1100011 10011101 11000 100101 0 100110 100000101 10111 110010

Color Harmonies of #77639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77639D

Black with #77639D

Text Example


Text Example

White with #77639D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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