#76736E

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

Shades of Dove Grey #76736E

Tints of Dove Grey #76736E

Color information

#76736E (or 0x76736E) is unknown color: approx Dove Grey. HEX triplet: 76, 73 and 6E. RGB value is (118,115,110). Sum of RGB (Red+Green+Blue) = 118+115+110=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #76736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76736E is #898C91. Grayscale: #737373. Windows color (decimal): -9014418 or 7238518. OLE color: 7238518.

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

Color convert

RGB118115110-
CMYK00.030.070.54
HSL37.5º3.51%44.71%-
HSV(B)37.5º6.78%46.27%-
XYZ16.4217.2417.21-
YUV115.33124.99129.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=34.40%
G=33.53%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811511000.030.070.5437.53.5144.71
Hex76736E037362642d
Octal1661631560376646455
Binary111011011100111101110011111110110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76736E; }

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

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

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

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

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

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

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

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