Html Css Color HEX #757444 Hemlock

📋 copy color: '#757444'

red 117 ◦ green 116 ◦ blue 68

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

Shades of Hemlock #757444

Tints of Hemlock #757444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 38.87%
G = 38.54%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#757444 (or 0x757444) is known color: Hemlock. HEX triplet: 75, 74 and 44. RGB value is (117,116,68). Sum of RGB (Red+Green+Blue) = 117+116+68=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #757444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757444 is #8A8BBB. Grayscale: #6F6F6F. Windows color (decimal): -9079740 or 4486261. OLE color: 4486261.

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

Color convert

RGB 117 116 68 -
CMYK 0 0.01 0.42 0.54
HSL 58.78º 0.26% 0.36% -
HSV(B) 58.78º 0.42% 0.46% -
XYZ 14.62 16.69 7.92 -
YUV 110.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 117 116 68 0 0.01 0.42 0.54 58.78 0.26 0.36
Hex 75 74 44 0 1 2A 36 3B 1A 24
Octal 165 164 104 0 1 52 66 73 32 44
Binary 1110101 1110100 1000100 0 1 101010 110110 111011 11010 100100

Color Harmonies of #757444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757444

Black with #757444

Text Example


Text Example

White with #757444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757444; }

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

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

background-color css

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

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

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

border-color css

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

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

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