#748472

Color #748472 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #748472

Tints of Davy's Grey #748472

Color information

#748472 (or 0x748472) is unknown color: approx Davy's Grey. HEX triplet: 74, 84 and 72. RGB value is (116,132,114). Sum of RGB (Red+Green+Blue) = 116+132+114=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #748472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748472 is #8B7B8D. Grayscale: #7D7D7D. Windows color (decimal): -9141134 or 7505012. OLE color: 7505012.

HSL color Cylindrical-coordinate representation of color #748472: hue angle of 113.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748472 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB116132114-
CMYK0.1200.140.48
HSL113.33º7.32%48.24%-
HSV(B)113.33º13.64%51.76%-
XYZ18.4921.4319.08-
YUV125.16121.7121.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=32.04%
G=36.46%
B=31.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321140.1200.140.48113.337.3248.24
Hex748472C0E3071730
Octal1642041621401660161760
Binary11101001000010011100101100011101100001110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748472; }

 p { color: rgb(116,132,114); }

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

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

 a { background-color: rgb(116,132,114); }

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

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

 span { border-color: rgb(116,132,114); }

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