#767573

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

Shades of Dove Grey #767573

Tints of Dove Grey #767573

Color information

#767573 (or 0x767573) is unknown color: approx Dove Grey. HEX triplet: 76, 75 and 73. RGB value is (118,117,115). Sum of RGB (Red+Green+Blue) = 118+117+115=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 118 - color contains mainly: red. Hex color #767573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767573 is #898A8C. Grayscale: #757575. Windows color (decimal): -9013901 or 7566710. OLE color: 7566710.

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

Color convert

RGB118117115-
CMYK00.010.030.54
HSL40º1.29%45.69%-
HSV(B)40º2.54%46.27%-
XYZ16.9317.8118.77-
YUV117.07126.83128.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=33.71%
G=33.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811711500.010.030.54401.2945.69
Hex767573013362812e
Octal1661651630136650156
Binary11101101110101111001101111101101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767573; }

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

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

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

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

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

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

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

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