#748F73

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

Shades of Davy's Grey #748F73

Tints of Davy's Grey #748F73

Color information

#748F73 (or 0x748F73) is unknown color: approx Davy's Grey. HEX triplet: 74, 8F and 73. RGB value is (116,143,115). Sum of RGB (Red+Green+Blue) = 116+143+115=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #748F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F73 is #8B708C. Grayscale: #838383. Windows color (decimal): -9138317 or 7573364. OLE color: 7573364.

HSL color Cylindrical-coordinate representation of color #748F73: hue angle of 117.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748F73 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB116143115-
CMYK0.1900.200.44
HSL117.86º11.11%50.59%-
HSV(B)117.86º19.58%56.08%-
XYZ20.1224.619.91-
YUV131.73118.55116.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=31.02%
G=38.24%
B=30.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161431150.1900.200.44117.8611.1150.59
Hex748F73130142C76b33
Octal16421716323024541661363
Binary11101001000111111100111001101010010110011101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748F73; }

 p { color: rgb(116,143,115); }

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

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

 a { background-color: rgb(116,143,115); }

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

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

 span { border-color: rgb(116,143,115); }

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