#749271

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

Shades of Davy's Grey #749271

Tints of Davy's Grey #749271

Color information

#749271 (or 0x749271) is unknown color: approx Davy's Grey. HEX triplet: 74, 92 and 71. RGB value is (116,146,113). Sum of RGB (Red+Green+Blue) = 116+146+113=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #749271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749271 is #8B6D8E. Grayscale: #858585. Windows color (decimal): -9137551 or 7443060. OLE color: 7443060.

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

Color convert

RGB116146113-
CMYK0.2100.230.43
HSL114.55º13.15%50.78%-
HSV(B)114.55º22.6%57.25%-
XYZ20.4625.4619.46-
YUV133.27116.56115.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=30.93%
G=38.93%
B=30.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461130.2100.230.43114.5513.1550.78
Hex749271150172B73d33
Octal16422216125027531631563
Binary11101001001001011100011010101011110101111100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749271; }

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

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

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

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

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

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

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

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