#76758B

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

Shades of Scampi #76758B

Tints of Scampi #76758B

Color information

#76758B (or 0x76758B) is unknown color: approx Scampi. HEX triplet: 76, 75 and 8B. RGB value is (118,117,139). Sum of RGB (Red+Green+Blue) = 118+117+139=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #76758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76758B is #898A74. Grayscale: #777777. Windows color (decimal): -9013877 or 9139574. OLE color: 9139574.

HSL color Cylindrical-coordinate representation of color #76758B: hue angle of 242.73º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76758B is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118117139-
CMYK0.150.1600.45
HSL242.73º8.66%50.2%-
HSV(B)242.73º15.83%54.51%-
XYZ18.4918.4427.01-
YUV119.81138.83126.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=31.55%
G=31.28%
B=37.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181171390.150.1600.45242.738.6650.2
Hex76758BF1002Df3932
Octal16616521317200553631162
Binary11101101110101100010111111100000101101111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,117,139); }

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

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

 a { background-color: rgb(118,117,139); }

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

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

 span { border-color: rgb(118,117,139); }

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