#76768B

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

Shades of Storm Grey #76768B

Tints of Storm Grey #76768B

Color information

#76768B (or 0x76768B) is unknown color: approx Storm Grey. HEX triplet: 76, 76 and 8B. RGB value is (118,118,139). Sum of RGB (Red+Green+Blue) = 118+118+139=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #76768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76768B is #898974. Grayscale: #787878. Windows color (decimal): -9013621 or 9139830. OLE color: 9139830.

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

Color convert

RGB118118139-
CMYK0.150.1500.45
HSL240º8.3%50.39%-
HSV(B)240º15.11%54.51%-
XYZ18.6118.6727.05-
YUV120.39138.5126.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=31.47%
G=31.47%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181181390.150.1500.452408.350.39
Hex76768BFF02Df0832
Octal16616621317170553601062
Binary1110110111011010001011111111110101101111100001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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