Html Css Color HEX #76629F Scampi

📋 copy color: '#76629F'

red 118 ◦ green 98 ◦ blue 159

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

Shades of Scampi #76629F

Tints of Scampi #76629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 31.47%
G = 26.13%
B = 42.4%

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

#76629F (or 0x76629F) is known color: Scampi. HEX triplet: 76, 62 and 9F. RGB value is (118,98,159). Sum of RGB (Red+Green+Blue) = 118+98+159=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #76629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76629F is #899D60. Grayscale: #6E6E6E. Windows color (decimal): -9018721 or 10445430. OLE color: 10445430.

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

Color convert

RGB 118 98 159 -
CMYK 0.26 0.38 0 0.38
HSL 259.67º 0.24% 0.5% -
HSV(B) 259.67º 0.38% 0.62% -
XYZ 18.1 15.09 34.76 -
YUV 110.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 118 98 159 0.26 0.38 0 0.38 259.67 0.24 0.5
Hex 76 62 9F 1A 26 0 26 104 18 32
Octal 166 142 237 32 46 0 46 404 30 62
Binary 1110110 1100010 10011111 11010 100110 0 100110 100000100 11000 110010

Color Harmonies of #76629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76629F

Black with #76629F

Text Example


Text Example

White with #76629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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