#748B75

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

Shades of Davy's Grey #748B75

Tints of Davy's Grey #748B75

Color information

#748B75 (or 0x748B75) is unknown color: approx Davy's Grey. HEX triplet: 74, 8B and 75. RGB value is (116,139,117). Sum of RGB (Red+Green+Blue) = 116+139+117=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #748B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B75 is #8B748A. Grayscale: #818181. Windows color (decimal): -9139339 or 7703412. OLE color: 7703412.

HSL color Cylindrical-coordinate representation of color #748B75: hue angle of 122.61º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748B75 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB116139117-
CMYK0.1700.160.45
HSL122.61º9.02%50%-
HSV(B)122.61º16.55%54.51%-
XYZ19.6523.4620.32-
YUV129.61120.88118.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=31.18%
G=37.37%
B=31.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161391170.1700.160.45122.619.0250
Hex748B75110102D7b932
Octal16421316521020551731162
Binary11101001000101111101011000101000010110111110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,139,117); }

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

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

 a { background-color: rgb(116,139,117); }

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

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

 span { border-color: rgb(116,139,117); }

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