Html Css Color HEX #757240 Hemlock

📋 copy color: '#757240'

red 117 ◦ green 114 ◦ blue 64

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

Shades of Hemlock #757240

Tints of Hemlock #757240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

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

R = 39.66%
G = 38.64%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#757240 (or 0x757240) is known color: Hemlock. HEX triplet: 75, 72 and 40. RGB value is (117,114,64). Sum of RGB (Red+Green+Blue) = 117+114+64=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #757240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757240 is #8A8DBF. Grayscale: #6D6D6D. Windows color (decimal): -9080256 or 4223605. OLE color: 4223605.

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

Color convert

RGB 117 114 64 -
CMYK 0 0.03 0.45 0.54
HSL 56.6º 0.29% 0.35% -
HSV(B) 56.6º 0.45% 0.46% -
XYZ 14.28 16.19 7.22 -
YUV 109.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 117 114 64 0 0.03 0.45 0.54 56.6 0.29 0.35
Hex 75 72 40 0 3 2D 36 39 1D 23
Octal 165 162 100 0 3 55 66 71 35 43
Binary 1110101 1110010 1000000 0 11 101101 110110 111001 11101 100011

Color Harmonies of #757240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757240

Black with #757240

Text Example


Text Example

White with #757240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757240; }

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

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

background-color css

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

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

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

border-color css

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

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

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