#76746A

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

Shades of Dove Grey #76746A

Tints of Dove Grey #76746A

Color information

#76746A (or 0x76746A) is unknown color: approx Dove Grey. HEX triplet: 76, 74 and 6A. RGB value is (118,116,106). Sum of RGB (Red+Green+Blue) = 118+116+106=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #76746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746A is #898B95. Grayscale: #737373. Windows color (decimal): -9014166 or 6976630. OLE color: 6976630.

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

Color convert

RGB118116106-
CMYK00.020.100.54
HSL50º5.36%43.92%-
HSV(B)50º10.17%46.27%-
XYZ16.3217.3816.13-
YUV115.46122.66129.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=34.71%
G=34.12%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811610600.020.100.54505.3643.92
Hex76746A02A363252c
Octal16616415202126662554
Binary1110110111010011010100101010110110110010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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