Html Css Color HEX #76639F Scampi

📋 copy color: '#76639F'

red 118 ◦ green 99 ◦ blue 159

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

Shades of Scampi #76639F

Tints of Scampi #76639F

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

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

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

R = 31.38%
G = 26.33%
B = 42.29%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76639F (or 0x76639F) is known color: Scampi. HEX triplet: 76, 63 and 9F. RGB value is (118,99,159). Sum of RGB (Red+Green+Blue) = 118+99+159=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #76639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76639F is #899C60. Grayscale: #6F6F6F. Windows color (decimal): -9018465 or 10445686. OLE color: 10445686.

HSL color Cylindrical-coordinate representation of color #76639F: hue angle of 259º 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 #76639F is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 99 159 -
CMYK 0.26 0.38 0 0.38
HSL 259º 0.24% 0.51% -
HSV(B) 259º 0.38% 0.62% -
XYZ 18.19 15.28 34.79 -
YUV 111.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 118 99 159 0.26 0.38 0 0.38 259 0.24 0.51
Hex 76 63 9F 1A 26 0 26 103 18 33
Octal 166 143 237 32 46 0 46 403 30 63
Binary 1110110 1100011 10011111 11010 100110 0 100110 100000011 11000 110011

Color Harmonies of #76639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76639F

Black with #76639F

Text Example


Text Example

White with #76639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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