Html Css Color HEX #76639E Scampi

📋 copy color: '#76639E'

red 118 ◦ green 99 ◦ blue 158

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

Shades of Scampi #76639E

Tints of Scampi #76639E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 31.47%
G = 26.4%
B = 42.13%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76639E (or 0x76639E) is known color: Scampi. HEX triplet: 76, 63 and 9E. RGB value is (118,99,158). Sum of RGB (Red+Green+Blue) = 118+99+158=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #76639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76639E is #899C61. Grayscale: #6F6F6F. Windows color (decimal): -9018466 or 10380150. OLE color: 10380150.

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

Color convert

RGB 118 99 158 -
CMYK 0.25 0.37 0 0.38
HSL 259.32º 0.23% 0.5% -
HSV(B) 259.32º 0.37% 0.62% -
XYZ 18.1 15.24 34.34 -
YUV 111.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 118 99 158 0.25 0.37 0 0.38 259.32 0.23 0.5
Hex 76 63 9E 19 25 0 26 103 17 32
Octal 166 143 236 31 45 0 46 403 27 62
Binary 1110110 1100011 10011110 11001 100101 0 100110 100000011 10111 110010

Color Harmonies of #76639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76639E

Black with #76639E

Text Example


Text Example

White with #76639E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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