#749273

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

Shades of Davy's Grey #749273

Tints of Davy's Grey #749273

Color information

#749273 (or 0x749273) is unknown color: approx Davy's Grey. HEX triplet: 74, 92 and 73. RGB value is (116,146,115). Sum of RGB (Red+Green+Blue) = 116+146+115=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #749273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749273 is #8B6D8C. Grayscale: #858585. Windows color (decimal): -9137549 or 7574132. OLE color: 7574132.

HSL color Cylindrical-coordinate representation of color #749273: hue angle of 118.06º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749273 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB116146115-
CMYK0.2100.210.43
HSL118.06º12.45%51.18%-
HSV(B)118.06º21.23%57.25%-
XYZ20.5825.5120.06-
YUV133.5117.56115.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=30.77%
G=38.73%
B=30.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461150.2100.210.43118.0612.4551.18
Hex749273150152B76c33
Octal16422216325025531661463
Binary11101001001001011100111010101010110101111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749273; }

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

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

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

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

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

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

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

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