#75734A

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

Shades of Hemlock #75734A

Tints of Hemlock #75734A

Color information

#75734A (or 0x75734A) is unknown color: approx Hemlock. HEX triplet: 75, 73 and 4A. RGB value is (117,115,74). Sum of RGB (Red+Green+Blue) = 117+115+74=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75734A is #8A8CB5. Grayscale: #6F6F6F. Windows color (decimal): -9079990 or 4879221. OLE color: 4879221.

HSL color Cylindrical-coordinate representation of color #75734A: hue angle of 57.21º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75734A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11711574-
CMYK00.020.370.54
HSL57.21º22.51%37.45%-
HSV(B)57.21º36.75%45.88%-
XYZ14.716.548.9-
YUV110.92107.16132.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=38.24%
G=37.58%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171157400.020.370.5457.2122.5137.45
Hex75734A022536391725
Octal165163112024566712745
Binary11101011110011100101001010010111011011100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75734A; }

 p { color: rgb(117,115,74); }

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

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

 a { background-color: rgb(117,115,74); }

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

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

 span { border-color: rgb(117,115,74); }

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