#76756A

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

Shades of Dove Grey #76756A

Tints of Dove Grey #76756A

Color information

#76756A (or 0x76756A) is unknown color: approx Dove Grey. HEX triplet: 76, 75 and 6A. RGB value is (118,117,106). Sum of RGB (Red+Green+Blue) = 118+117+106=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756A is #898A95. Grayscale: #747474. Windows color (decimal): -9013910 or 6976886. OLE color: 6976886.

HSL color Cylindrical-coordinate representation of color #76756A: hue angle of 55º 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 #76756A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB118117106-
CMYK00.010.100.54
HSL55º5.36%43.92%-
HSV(B)55º10.17%46.27%-
XYZ16.4317.6116.17-
YUV116.04122.33129.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=34.60%
G=34.31%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811710600.010.100.54555.3643.92
Hex76756A01A363752c
Octal16616515201126667554
Binary111011011101011101010011010110110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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