#767368

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

Shades of Ironside Grey #767368

Tints of Ironside Grey #767368

Color information

#767368 (or 0x767368) is unknown color: approx Ironside Grey. HEX triplet: 76, 73 and 68. RGB value is (118,115,104). Sum of RGB (Red+Green+Blue) = 118+115+104=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #767368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767368 is #898C97. Grayscale: #727272. Windows color (decimal): -9014424 or 6845302. OLE color: 6845302.

HSL color Cylindrical-coordinate representation of color #767368: hue angle of 47.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #767368 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB118115104-
CMYK00.030.120.54
HSL47.14º6.31%43.53%-
HSV(B)47.14º11.86%46.27%-
XYZ16.117.1115.55-
YUV114.64121.99130.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=35.01%
G=34.12%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811510400.030.120.5447.146.3143.53
Hex76736803C362f62c
Octal16616315003146657654
Binary1110110111001111010000111100110110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767368; }

 p { color: rgb(118,115,104); }

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

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

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

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

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

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

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