#74734C

Color #74734C Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #74734C

Tints of Hemlock #74734C

Color information

#74734C (or 0x74734C) is unknown color: approx Hemlock. HEX triplet: 74, 73 and 4C. RGB value is (116,115,76). Sum of RGB (Red+Green+Blue) = 116+115+76=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74734C is #8B8CB3. Grayscale: #6F6F6F. Windows color (decimal): -9145524 or 5010292. OLE color: 5010292.

HSL color Cylindrical-coordinate representation of color #74734C: hue angle of 58.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74734C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB11611576-
CMYK00.010.340.55
HSL58.5º20.83%37.65%-
HSV(B)58.5º34.48%45.49%-
XYZ14.6416.59.25-
YUV110.85108.33131.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=37.79%
G=37.46%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161157600.010.340.5558.520.8337.65
Hex74734C0122373a1526
Octal164163114014267722546
Binary1110100111001110011000110001011011111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74734C; }

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

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

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

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

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

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

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

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