#767571

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

Shades of Dove Grey #767571

Tints of Dove Grey #767571

Color information

#767571 (or 0x767571) is unknown color: approx Dove Grey. HEX triplet: 76, 75 and 71. RGB value is (118,117,113). Sum of RGB (Red+Green+Blue) = 118+117+113=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 118 - color contains mainly: red. Hex color #767571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767571 is #898A8E. Grayscale: #747474. Windows color (decimal): -9013903 or 7435638. OLE color: 7435638.

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

Color convert

RGB118117113-
CMYK00.010.040.54
HSL48º2.16%45.29%-
HSV(B)48º4.24%46.27%-
XYZ16.8117.7718.17-
YUV116.84125.83128.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=33.91%
G=33.62%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811711300.010.040.54482.1645.29
Hex767571014363022d
Octal1661651610146660255
Binary1110110111010111100010110011011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767571; }

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

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

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

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

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

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

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

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