#767470

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

Shades of Dove Grey #767470

Tints of Dove Grey #767470

Color information

#767470 (or 0x767470) is unknown color: approx Dove Grey. HEX triplet: 76, 74 and 70. RGB value is (118,116,112). Sum of RGB (Red+Green+Blue) = 118+116+112=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #767470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767470 is #898B8F. Grayscale: #747474. Windows color (decimal): -9014160 or 7369846. OLE color: 7369846.

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

Color convert

RGB118116112-
CMYK00.020.050.54
HSL40º2.61%45.1%-
HSV(B)40º5.08%46.27%-
XYZ16.6417.5117.83-
YUV116.14125.66129.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=34.10%
G=33.53%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811611200.020.050.54402.6145.1
Hex767470025362832d
Octal1661641600256650355
Binary11101101110100111000001010111011010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767470; }

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

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

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

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

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

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

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

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