Html Css Color HEX #757546 Hemlock

📋 copy color: '#757546'

red 117 ◦ green 117 ◦ blue 70

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

Shades of Hemlock #757546

Tints of Hemlock #757546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 38.49%
G = 38.49%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#757546 (or 0x757546) is known color: Hemlock. HEX triplet: 75, 75 and 46. RGB value is (117,117,70). Sum of RGB (Red+Green+Blue) = 117+117+70=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757546 is #8A8AB9. Grayscale: #6F6F6F. Windows color (decimal): -9079482 or 4617589. OLE color: 4617589.

HSL color Cylindrical-coordinate representation of color #757546: hue angle of 60º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757546 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 70 -
CMYK 0 0 0.40 0.54
HSL 60º 0.25% 0.37% -
HSV(B) 60º 0.4% 0.46% -
XYZ 14.8 16.95 8.29 -
YUV 111.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 117 117 70 0 0 0.40 0.54 60 0.25 0.37
Hex 75 75 46 0 0 28 36 3C 19 25
Octal 165 165 106 0 0 50 66 74 31 45
Binary 1110101 1110101 1000110 0 0 101000 110110 111100 11001 100101

Color Harmonies of #757546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757546

Black with #757546

Text Example


Text Example

White with #757546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757546; }

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

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

background-color css

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

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

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

border-color css

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

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

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