#748971

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

Shades of Davy's Grey #748971

Tints of Davy's Grey #748971

Color information

#748971 (or 0x748971) is unknown color: approx Davy's Grey. HEX triplet: 74, 89 and 71. RGB value is (116,137,113). Sum of RGB (Red+Green+Blue) = 116+137+113=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #748971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748971 is #8B768E. Grayscale: #808080. Windows color (decimal): -9139855 or 7440756. OLE color: 7440756.

HSL color Cylindrical-coordinate representation of color #748971: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748971 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB116137113-
CMYK0.1500.180.46
HSL112.5º9.6%49.02%-
HSV(B)112.5º17.52%53.73%-
XYZ19.1322.819.01-
YUV127.98119.54119.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=31.69%
G=37.43%
B=30.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161371130.1500.180.46112.59.649.02
Hex748971F0122E70a31
Octal16421116117022561601261
Binary1110100100010011110001111101001010111011100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748971; }

 p { color: rgb(116,137,113); }

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

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

 a { background-color: rgb(116,137,113); }

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

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

 span { border-color: rgb(116,137,113); }

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