#75723F

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

Shades of Hemlock #75723F

Tints of Hemlock #75723F

Color information

#75723F (or 0x75723F) is unknown color: approx Hemlock. HEX triplet: 75, 72 and 3F. RGB value is (117,114,63). Sum of RGB (Red+Green+Blue) = 117+114+63=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75723F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75723F is #8A8DC0. Grayscale: #6D6D6D. Windows color (decimal): -9080257 or 4158069. OLE color: 4158069.

HSL color Cylindrical-coordinate representation of color #75723F: hue angle of 56.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75723F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11711463-
CMYK00.030.460.54
HSL56.67º30%35.29%-
HSV(B)56.67º46.15%45.88%-
XYZ14.2516.187.07-
YUV109.08101.99133.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 63 (25% from 255) = 21.43%
R=39.80%
G=38.78%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171146300.030.460.5456.673035.29
Hex75723F032E36391e23
Octal16516277035666713643
Binary1110101111001011111101110111011011011100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75723F; }

 p { color: rgb(117,114,63); }

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

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

 a { background-color: rgb(117,114,63); }

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

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

 span { border-color: rgb(117,114,63); }

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