Html Css Color HEX #757440 Hemlock

📋 copy color: '#757440'

red 117 ◦ green 116 ◦ blue 64

#757440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #757440

Tints of Hemlock #757440

RGB

 RED value IS 117 (46.09% from 255) = 39.39%

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 64 (25.39% from 255) = 21.55%

R = 39.39%
G = 39.06%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#757440 (or 0x757440) is known color: Hemlock. HEX triplet: 75, 74 and 40. RGB value is (117,116,64). Sum of RGB (Red+Green+Blue) = 117+116+64=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #757440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757440 is #8A8BBF. Grayscale: #6E6E6E. Windows color (decimal): -9079744 or 4224117. OLE color: 4224117.

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

Color convert

RGB 117 116 64 -
CMYK 0 0.01 0.45 0.54
HSL 58.87º 0.29% 0.35% -
HSV(B) 58.87º 0.45% 0.46% -
XYZ 14.51 16.64 7.3 -
YUV 110.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 117 116 64 0 0.01 0.45 0.54 58.87 0.29 0.35
Hex 75 74 40 0 1 2D 36 3B 1D 23
Octal 165 164 100 0 1 55 66 73 35 43
Binary 1110101 1110100 1000000 0 1 101101 110110 111011 11101 100011

Color Harmonies of #757440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757440

Black with #757440

Text Example


Text Example

White with #757440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757440; }

 p { color: rgb(117,116,64); }

 H1.HeaderClassName
 {
   color: #757440;
 }
 .AnyTagClassName
 {
   color: #757440;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #757440;
 }
 .BgClassName
 {
   background-color: #757440;
 }
</style>

border-color css

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

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

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