#76746D

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

Shades of Dove Grey #76746D

Tints of Dove Grey #76746D

Color information

#76746D (or 0x76746D) is unknown color: approx Dove Grey. HEX triplet: 76, 74 and 6D. RGB value is (118,116,109). Sum of RGB (Red+Green+Blue) = 118+116+109=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #76746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746D is #898B92. Grayscale: #737373. Windows color (decimal): -9014163 or 7173238. OLE color: 7173238.

HSL color Cylindrical-coordinate representation of color #76746D: hue angle of 46.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76746D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB118116109-
CMYK00.020.080.54
HSL46.67º3.96%44.51%-
HSV(B)46.67º7.63%46.27%-
XYZ16.4817.4516.97-
YUV115.8124.16129.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=34.40%
G=33.82%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811610900.020.080.5446.673.9644.51
Hex76746D028362f42d
Octal16616415502106657455
Binary1110110111010011011010101000110110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,116,109); }

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

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

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

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

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

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

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