#748173

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

Shades of Davy's Grey #748173

Tints of Davy's Grey #748173

Color information

#748173 (or 0x748173) is unknown color: approx Davy's Grey. HEX triplet: 74, 81 and 73. RGB value is (116,129,115). Sum of RGB (Red+Green+Blue) = 116+129+115=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 129 - color contains mainly: green. Hex color #748173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748173 is #8B7E8C. Grayscale: #7B7B7B. Windows color (decimal): -9141901 or 7569780. OLE color: 7569780.

HSL color Cylindrical-coordinate representation of color #748173: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #748173 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB116129115-
CMYK0.1000.110.49
HSL115.71º5.74%47.84%-
HSV(B)115.71º10.85%50.59%-
XYZ18.1520.6519.25-
YUV123.52123.19122.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=32.22%
G=35.83%
B=31.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291150.1000.110.49115.715.7447.84
Hex748173A0B3174630
Octal1642011631201361164660
Binary11101001000000111100111010010111100011110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748173; }

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

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

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

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

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

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

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

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