#74744B

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

Shades of Hemlock #74744B

Tints of Hemlock #74744B

Color information

#74744B (or 0x74744B) is unknown color: approx Hemlock. HEX triplet: 74, 74 and 4B. RGB value is (116,116,75). Sum of RGB (Red+Green+Blue) = 116+116+75=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74744B is #8B8BB4. Grayscale: #6F6F6F. Windows color (decimal): -9145269 or 4945012. OLE color: 4945012.

HSL color Cylindrical-coordinate representation of color #74744B: hue angle of 60º 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 #74744B is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB11611675-
CMYK000.350.55
HSL60º21.47%37.45%-
HSV(B)60º35.34%45.49%-
XYZ14.7216.719.11-
YUV111.33107.5131.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=37.79%
G=37.79%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611675000.350.556021.4737.45
Hex74744B0023373c1525
Octal164164113004367742545
Binary1110100111010010010110010001111011111110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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