#76659D

Color #76659D Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #76659D

Tints of Scampi #76659D

Color information

#76659D (or 0x76659D) is unknown color: approx Scampi. HEX triplet: 76, 65 and 9D. RGB value is (118,101,157). Sum of RGB (Red+Green+Blue) = 118+101+157=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #76659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76659D is #899A62. Grayscale: #707070. Windows color (decimal): -9017955 or 10315126. OLE color: 10315126.

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

Color convert

RGB118101157-
CMYK0.250.3600.38
HSL258.21º22.22%50.59%-
HSV(B)258.21º35.67%61.57%-
XYZ18.2115.5933.95-
YUV112.47153.13131.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=31.38%
G=26.86%
B=41.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181011570.250.3600.38258.2122.2250.59
Hex76659D19240261021633
Octal16614523531440464022663
Binary111011011001011001110111001100100010011010000001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76659D; }

 p { color: rgb(118,101,157); }

 H1.HeaderClassName
 {
   color: #76659D;
 }
 .AnyTagClassName
 {
   color: #76659D;
 }
</style>
background-color css

<style>
 a { background-color: #76659D; }

 a { background-color: rgb(118,101,157); }

 div.DivClassName
 {
   background-color: #76659D;
 }
 .BgClassName
 {
   background-color: #76659D;
 }
</style>
border-color css

<style>
 span { border-color: #76659D; }

 span { border-color: rgb(118,101,157); }

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