#749671

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

Shades of Davy's Grey #749671

Tints of Davy's Grey #749671

Color information

#749671 (or 0x749671) is unknown color: approx Davy's Grey. HEX triplet: 74, 96 and 71. RGB value is (116,150,113). Sum of RGB (Red+Green+Blue) = 116+150+113=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #749671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749671 is #8B698E. Grayscale: #878787. Windows color (decimal): -9136527 or 7444084. OLE color: 7444084.

HSL color Cylindrical-coordinate representation of color #749671: hue angle of 115.14º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749671 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB116150113-
CMYK0.2300.250.41
HSL115.14º14.98%51.57%-
HSV(B)115.14º24.67%58.82%-
XYZ21.0926.7219.67-
YUV135.62115.24114.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=30.61%
G=39.58%
B=29.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501130.2300.250.41115.1414.9851.57
Hex749671170192973f34
Octal16422616127031511631764
Binary11101001001011011100011011101100110100111100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749671; }

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

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

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

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

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

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

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

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