Html Css Color HEX #76649F Scampi

📋 copy color: '#76649F'

red 118 ◦ green 100 ◦ blue 159

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

Shades of Scampi #76649F

Tints of Scampi #76649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 31.3%
G = 26.53%
B = 42.18%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76649F (or 0x76649F) is known color: Scampi. HEX triplet: 76, 64 and 9F. RGB value is (118,100,159). Sum of RGB (Red+Green+Blue) = 118+100+159=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 100 (39.45% from 255 or 26.53% 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 #76649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76649F is #899B60. Grayscale: #6F6F6F. Windows color (decimal): -9018209 or 10445942. OLE color: 10445942.

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

Color convert

RGB 118 100 159 -
CMYK 0.26 0.37 0 0.38
HSL 258.31º 0.24% 0.51% -
HSV(B) 258.31º 0.37% 0.62% -
XYZ 18.29 15.47 34.82 -
YUV 112.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 118 100 159 0.26 0.37 0 0.38 258.31 0.24 0.51
Hex 76 64 9F 1A 25 0 26 102 18 33
Octal 166 144 237 32 45 0 46 402 30 63
Binary 1110110 1100100 10011111 11010 100101 0 100110 100000010 11000 110011

Color Harmonies of #76649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76649F

Black with #76649F

Text Example


Text Example

White with #76649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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