#75754A

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

Shades of Hemlock #75754A

Tints of Hemlock #75754A

Color information

#75754A (or 0x75754A) is unknown color: approx Hemlock. HEX triplet: 75, 75 and 4A. RGB value is (117,117,74). Sum of RGB (Red+Green+Blue) = 117+117+74=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75754A is #8A8AB5. Grayscale: #707070. Windows color (decimal): -9079478 or 4879733. OLE color: 4879733.

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

Color convert

RGB11711774-
CMYK000.370.54
HSL60º22.51%37.45%-
HSV(B)60º36.75%45.88%-
XYZ14.93178.97-
YUV112.1106.5131.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=37.99%
G=37.99%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711774000.370.546022.5137.45
Hex75754A0025363c1725
Octal165165112004566742745
Binary1110101111010110010100010010111011011110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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