Html Css Color HEX #747342 Hemlock

📋 copy color: '#747342'

red 116 ◦ green 115 ◦ blue 66

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

Shades of Hemlock #747342

Tints of Hemlock #747342

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

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

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 39.06%
G = 38.72%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#747342 (or 0x747342) is known color: Hemlock. HEX triplet: 74, 73 and 42. RGB value is (116,115,66). Sum of RGB (Red+Green+Blue) = 116+115+66=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #747342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747342 is #8B8CBD. Grayscale: #6D6D6D. Windows color (decimal): -9145534 or 4354932. OLE color: 4354932.

HSL color Cylindrical-coordinate representation of color #747342: hue angle of 58.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747342 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 66 -
CMYK 0 0.01 0.43 0.55
HSL 58.8º 0.27% 0.36% -
HSV(B) 58.8º 0.43% 0.45% -
XYZ 14.32 16.37 7.56 -
YUV 109.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 116 115 66 0 0.01 0.43 0.55 58.8 0.27 0.36
Hex 74 73 42 0 1 2B 37 3B 1B 24
Octal 164 163 102 0 1 53 67 73 33 44
Binary 1110100 1110011 1000010 0 1 101011 110111 111011 11011 100100

Color Harmonies of #747342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747342

Black with #747342

Text Example


Text Example

White with #747342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747342; }

 p { color: rgb(116,115,66); }

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

background-color css

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

 a { background-color: rgb(116,115,66); }

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

border-color css

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

 span { border-color: rgb(116,115,66); }

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