#76746C

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

Shades of Dove Grey #76746C

Tints of Dove Grey #76746C

Color information

#76746C (or 0x76746C) is unknown color: approx Dove Grey. HEX triplet: 76, 74 and 6C. RGB value is (118,116,108). Sum of RGB (Red+Green+Blue) = 118+116+108=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #76746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746C is #898B93. Grayscale: #737373. Windows color (decimal): -9014164 or 7107702. OLE color: 7107702.

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

Color convert

RGB118116108-
CMYK00.020.080.54
HSL48º4.42%44.31%-
HSV(B)48º8.47%46.27%-
XYZ16.4217.4316.69-
YUV115.69123.66129.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=34.50%
G=33.92%
B=31.58%

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
Decimal11811610800.020.080.54484.4244.31
Hex76746C028363042c
Octal16616415402106660454
Binary1110110111010011011000101000110110110000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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