#748674

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

Shades of Davy's Grey #748674

Tints of Davy's Grey #748674

Color information

#748674 (or 0x748674) is unknown color: approx Davy's Grey. HEX triplet: 74, 86 and 74. RGB value is (116,134,116). Sum of RGB (Red+Green+Blue) = 116+134+116=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #748674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748674 is #8B798B. Grayscale: #7E7E7E. Windows color (decimal): -9140620 or 7636596. OLE color: 7636596.

HSL color Cylindrical-coordinate representation of color #748674: hue angle of 120º 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 #748674 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB116134116-
CMYK0.1300.130.47
HSL120º7.2%49.02%-
HSV(B)120º13.43%52.55%-
XYZ18.8822.0219.78-
YUV126.57122.04120.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=31.69%
G=36.61%
B=31.69%

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
Decimal1161341160.1300.130.471207.249.02
Hex748674D0D2F78731
Octal1642061641501557170761
Binary11101001000011011101001101011011011111111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748674; }

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

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

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

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

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

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

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

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