Html Css Color HEX #74724A Hemlock

📋 copy color: '#74724A'

red 116 ◦ green 114 ◦ blue 74

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

Shades of Hemlock #74724A

Tints of Hemlock #74724A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 38.16%
G = 37.5%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74724A (or 0x74724A) is known color: Hemlock. HEX triplet: 74, 72 and 4A. RGB value is (116,114,74). Sum of RGB (Red+Green+Blue) = 116+114+74=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74724A is #8B8DB5. Grayscale: #6E6E6E. Windows color (decimal): -9145782 or 4878964. OLE color: 4878964.

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

Color convert

RGB 116 114 74 -
CMYK 0 0.02 0.36 0.55
HSL 57.14º 0.22% 0.37% -
HSV(B) 57.14º 0.36% 0.45% -
XYZ 14.46 16.24 8.85 -
YUV 110.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 116 114 74 0 0.02 0.36 0.55 57.14 0.22 0.37
Hex 74 72 4A 0 2 24 37 39 16 25
Octal 164 162 112 0 2 44 67 71 26 45
Binary 1110100 1110010 1001010 0 10 100100 110111 111001 10110 100101

Color Harmonies of #74724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74724A

Black with #74724A

Text Example


Text Example

White with #74724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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