Html Css Color HEX #747840 Hemlock

📋 copy color: '#747840'

red 116 ◦ green 120 ◦ blue 64

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

Shades of Hemlock #747840

Tints of Hemlock #747840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 38.67%
G = 40%
B = 21.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#747840 (or 0x747840) is known color: Hemlock. HEX triplet: 74, 78 and 40. RGB value is (116,120,64). Sum of RGB (Red+Green+Blue) = 116+120+64=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #747840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747840 is #8B87BF. Grayscale: #707070. Windows color (decimal): -9144256 or 4225140. OLE color: 4225140.

HSL color Cylindrical-coordinate representation of color #747840: hue angle of 64.29º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747840 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 64 -
CMYK 0.03 0 0.47 0.53
HSL 64.29º 0.3% 0.36% -
HSV(B) 64.29º 0.47% 0.47% -
XYZ 14.84 17.52 7.45 -
YUV 112.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 116 120 64 0.03 0 0.47 0.53 64.29 0.3 0.36
Hex 74 78 40 3 0 2F 35 40 1E 24
Octal 164 170 100 3 0 57 65 100 36 44
Binary 1110100 1111000 1000000 11 0 101111 110101 1000000 11110 100100

Color Harmonies of #747840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747840

Black with #747840

Text Example


Text Example

White with #747840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747840; }

 p { color: rgb(116,120,64); }

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

background-color css

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

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

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

border-color css

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

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

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