Html Css Color HEX #757344 Hemlock

📋 copy color: '#757344'

red 117 ◦ green 115 ◦ blue 68

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

Shades of Hemlock #757344

Tints of Hemlock #757344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

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

R = 39%
G = 38.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#757344 (or 0x757344) is known color: Hemlock. HEX triplet: 75, 73 and 44. RGB value is (117,115,68). Sum of RGB (Red+Green+Blue) = 117+115+68=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #757344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757344 is #8A8CBB. Grayscale: #6E6E6E. Windows color (decimal): -9079996 or 4486005. OLE color: 4486005.

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

Color convert

RGB 117 115 68 -
CMYK 0 0.02 0.42 0.54
HSL 57.55º 0.26% 0.36% -
HSV(B) 57.55º 0.42% 0.46% -
XYZ 14.51 16.46 7.88 -
YUV 110.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 117 115 68 0 0.02 0.42 0.54 57.55 0.26 0.36
Hex 75 73 44 0 2 2A 36 3A 1A 24
Octal 165 163 104 0 2 52 66 72 32 44
Binary 1110101 1110011 1000100 0 10 101010 110110 111010 11010 100100

Color Harmonies of #757344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757344

Black with #757344

Text Example


Text Example

White with #757344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757344; }

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

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

background-color css

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

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

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

border-color css

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

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

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