Html Css Color HEX #757544 Hemlock

📋 copy color: '#757544'

red 117 ◦ green 117 ◦ blue 68

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

Shades of Hemlock #757544

Tints of Hemlock #757544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 38.74%
G = 38.74%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#757544 (or 0x757544) is known color: Hemlock. HEX triplet: 75, 75 and 44. RGB value is (117,117,68). Sum of RGB (Red+Green+Blue) = 117+117+68=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757544 is #8A8ABB. Grayscale: #6F6F6F. Windows color (decimal): -9079484 or 4486517. OLE color: 4486517.

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

Color convert

RGB 117 117 68 -
CMYK 0 0 0.42 0.54
HSL 60º 0.26% 0.36% -
HSV(B) 60º 0.42% 0.46% -
XYZ 14.74 16.92 7.96 -
YUV 111.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 117 117 68 0 0 0.42 0.54 60 0.26 0.36
Hex 75 75 44 0 0 2A 36 3C 1A 24
Octal 165 165 104 0 0 52 66 74 32 44
Binary 1110101 1110101 1000100 0 0 101010 110110 111100 11010 100100

Color Harmonies of #757544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757544

Black with #757544

Text Example


Text Example

White with #757544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757544; }

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

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

background-color css

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

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

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

border-color css

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

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

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