#748572

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

Shades of Davy's Grey #748572

Tints of Davy's Grey #748572

Color information

#748572 (or 0x748572) is unknown color: approx Davy's Grey. HEX triplet: 74, 85 and 72. RGB value is (116,133,114). Sum of RGB (Red+Green+Blue) = 116+133+114=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #748572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748572 is #8B7A8D. Grayscale: #7D7D7D. Windows color (decimal): -9140878 or 7505268. OLE color: 7505268.

HSL color Cylindrical-coordinate representation of color #748572: hue angle of 113.68º degrees, saturation: 0.08, 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 #748572 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB116133114-
CMYK0.1300.140.48
HSL113.68º7.69%48.43%-
HSV(B)113.68º14.29%52.16%-
XYZ18.6321.719.13-
YUV125.75121.37121.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=31.96%
G=36.64%
B=31.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331140.1300.140.48113.687.6948.43
Hex748572D0E3072830
Octal16420516215016601621060
Binary111010010000101111001011010111011000011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748572; }

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

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

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

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

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

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

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

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