Html Css Color HEX #757744 Hemlock

📋 copy color: '#757744'

red 117 ◦ green 119 ◦ blue 68

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

Shades of Hemlock #757744

Tints of Hemlock #757744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

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

R = 38.49%
G = 39.14%
B = 22.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#757744 (or 0x757744) is known color: Hemlock. HEX triplet: 75, 77 and 44. RGB value is (117,119,68). Sum of RGB (Red+Green+Blue) = 117+119+68=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #757744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757744 is #8A88BB. Grayscale: #707070. Windows color (decimal): -9078972 or 4487029. OLE color: 4487029.

HSL color Cylindrical-coordinate representation of color #757744: hue angle of 62.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #757744 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 68 -
CMYK 0.02 0 0.43 0.53
HSL 62.35º 0.27% 0.37% -
HSV(B) 62.35º 0.43% 0.47% -
XYZ 14.98 17.39 8.04 -
YUV 112.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 117 119 68 0.02 0 0.43 0.53 62.35 0.27 0.37
Hex 75 77 44 2 0 2B 35 3E 1B 25
Octal 165 167 104 2 0 53 65 76 33 45
Binary 1110101 1110111 1000100 10 0 101011 110101 111110 11011 100101

Color Harmonies of #757744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757744

Black with #757744

Text Example


Text Example

White with #757744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757744; }

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

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

background-color css

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

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

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

border-color css

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

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

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