Html Css Color HEX #747445 Hemlock

📋 copy color: '#747445'

red 116 ◦ green 116 ◦ blue 69

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

Shades of Hemlock #747445

Tints of Hemlock #747445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 38.54%
G = 38.54%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#747445 (or 0x747445) is known color: Hemlock. HEX triplet: 74, 74 and 45. RGB value is (116,116,69). Sum of RGB (Red+Green+Blue) = 116+116+69=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747445 is #8B8BBA. Grayscale: #6E6E6E. Windows color (decimal): -9145275 or 4551796. OLE color: 4551796.

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

Color convert

RGB 116 116 69 -
CMYK 0 0 0.41 0.55
HSL 60º 0.25% 0.36% -
HSV(B) 60º 0.41% 0.45% -
XYZ 14.52 16.63 8.08 -
YUV 110.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 116 116 69 0 0 0.41 0.55 60 0.25 0.36
Hex 74 74 45 0 0 29 37 3C 19 24
Octal 164 164 105 0 0 51 67 74 31 44
Binary 1110100 1110100 1000101 0 0 101001 110111 111100 11001 100100

Color Harmonies of #747445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747445

Black with #747445

Text Example


Text Example

White with #747445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747445; }

 p { color: rgb(116,116,69); }

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

background-color css

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

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

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

border-color css

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

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

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