#76709B

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

Shades of Scampi #76709B

Tints of Scampi #76709B

Color information

#76709B (or 0x76709B) is unknown color: approx Scampi. HEX triplet: 76, 70 and 9B. RGB value is (118,112,155). Sum of RGB (Red+Green+Blue) = 118+112+155=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #76709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76709B is #898F64. Grayscale: #767676. Windows color (decimal): -9015141 or 10186870. OLE color: 10186870.

HSL color Cylindrical-coordinate representation of color #76709B: hue angle of 248.37º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76709B is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118112155-
CMYK0.240.2800.39
HSL248.37º17.7%52.35%-
HSV(B)248.37º27.74%60.78%-
XYZ19.1817.8133.44-
YUV118.7148.49127.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=30.65%
G=29.09%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181121550.240.2800.39248.3717.752.35
Hex76709B181C027f81234
Octal16616023330340473702264
Binary1110110111000010011011110001110001001111111100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76709B; }

 p { color: rgb(118,112,155); }

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

<style>
 a { background-color: #76709B; }

 a { background-color: rgb(118,112,155); }

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

<style>
 span { border-color: #76709B; }

 span { border-color: rgb(118,112,155); }

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