#748675

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

Shades of Davy's Grey #748675

Tints of Davy's Grey #748675

Color information

#748675 (or 0x748675) is unknown color: approx Davy's Grey. HEX triplet: 74, 86 and 75. RGB value is (116,134,117). Sum of RGB (Red+Green+Blue) = 116+134+117=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #748675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748675 is #8B798A. Grayscale: #7E7E7E. Windows color (decimal): -9140619 or 7702132. OLE color: 7702132.

HSL color Cylindrical-coordinate representation of color #748675: hue angle of 123.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748675 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB116134117-
CMYK0.1300.130.47
HSL123.33º7.2%49.02%-
HSV(B)123.33º13.43%52.55%-
XYZ18.9422.0520.09-
YUV126.68122.54120.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=31.61%
G=36.51%
B=31.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341170.1300.130.47123.337.249.02
Hex748675D0D2F7b731
Octal1642061651501557173761
Binary11101001000011011101011101011011011111111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748675; }

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

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

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

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

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

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

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

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