#74724B

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

Shades of Hemlock #74724B

Tints of Hemlock #74724B

Color information

#74724B (or 0x74724B) is unknown color: approx Hemlock. HEX triplet: 74, 72 and 4B. RGB value is (116,114,75). Sum of RGB (Red+Green+Blue) = 116+114+75=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74724B is #8B8DB4. Grayscale: #6E6E6E. Windows color (decimal): -9145781 or 4944500. OLE color: 4944500.

HSL color Cylindrical-coordinate representation of color #74724B: hue angle of 57.07º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74724B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB11611475-
CMYK00.020.350.55
HSL57.07º21.47%37.45%-
HSV(B)57.07º35.34%45.49%-
XYZ14.4916.269.03-
YUV110.15108.16132.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=38.03%
G=37.38%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161147500.020.350.5557.0721.4737.45
Hex74724B022337391525
Octal164162113024367712545
Binary11101001110010100101101010001111011111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74724B; }

 p { color: rgb(116,114,75); }

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

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

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

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

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

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

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