Html Css Color HEX #77639F Scampi

📋 copy color: '#77639F'

red 119 ◦ green 99 ◦ blue 159

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

Shades of Scampi #77639F

Tints of Scampi #77639F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 31.56%
G = 26.26%
B = 42.18%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77639F (or 0x77639F) is known color: Scampi. HEX triplet: 77, 63 and 9F. RGB value is (119,99,159). Sum of RGB (Red+Green+Blue) = 119+99+159=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #77639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77639F is #889C60. Grayscale: #6F6F6F. Windows color (decimal): -8952929 or 10445687. OLE color: 10445687.

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

Color convert

RGB 119 99 159 -
CMYK 0.25 0.38 0 0.38
HSL 260º 0.24% 0.51% -
HSV(B) 260º 0.38% 0.62% -
XYZ 18.33 15.35 34.8 -
YUV 111.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 119 99 159 0.25 0.38 0 0.38 260 0.24 0.51
Hex 77 63 9F 19 26 0 26 104 18 33
Octal 167 143 237 31 46 0 46 404 30 63
Binary 1110111 1100011 10011111 11001 100110 0 100110 100000100 11000 110011

Color Harmonies of #77639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77639F

Black with #77639F

Text Example


Text Example

White with #77639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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