Html Css Color HEX #747243 Hemlock

📋 copy color: '#747243'

red 116 ◦ green 114 ◦ blue 67

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

Shades of Hemlock #747243

Tints of Hemlock #747243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 39.06%
G = 38.38%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#747243 (or 0x747243) is known color: Hemlock. HEX triplet: 74, 72 and 43. RGB value is (116,114,67). Sum of RGB (Red+Green+Blue) = 116+114+67=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #747243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747243 is #8B8DBC. Grayscale: #6D6D6D. Windows color (decimal): -9145789 or 4420212. OLE color: 4420212.

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

Color convert

RGB 116 114 67 -
CMYK 0 0.02 0.42 0.55
HSL 57.55º 0.27% 0.36% -
HSV(B) 57.55º 0.42% 0.45% -
XYZ 14.23 16.15 7.68 -
YUV 109.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 116 114 67 0 0.02 0.42 0.55 57.55 0.27 0.36
Hex 74 72 43 0 2 2A 37 3A 1B 24
Octal 164 162 103 0 2 52 67 72 33 44
Binary 1110100 1110010 1000011 0 10 101010 110111 111010 11011 100100

Color Harmonies of #747243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747243

Black with #747243

Text Example


Text Example

White with #747243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747243; }

 p { color: rgb(116,114,67); }

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

background-color css

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

 a { background-color: rgb(116,114,67); }

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

border-color css

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

 span { border-color: rgb(116,114,67); }

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