Html Css Color HEX #747742 Hemlock

📋 copy color: '#747742'

red 116 ◦ green 119 ◦ blue 66

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

Shades of Hemlock #747742

Tints of Hemlock #747742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 38.54%
G = 39.53%
B = 21.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#747742 (or 0x747742) is known color: Hemlock. HEX triplet: 74, 77 and 42. RGB value is (116,119,66). Sum of RGB (Red+Green+Blue) = 116+119+66=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #747742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747742 is #8B88BD. Grayscale: #707070. Windows color (decimal): -9144510 or 4355956. OLE color: 4355956.

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

Color convert

RGB 116 119 66 -
CMYK 0.03 0 0.45 0.53
HSL 63.4º 0.29% 0.36% -
HSV(B) 63.4º 0.45% 0.47% -
XYZ 14.78 17.3 7.71 -
YUV 112.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 116 119 66 0.03 0 0.45 0.53 63.4 0.29 0.36
Hex 74 77 42 3 0 2D 35 3F 1D 24
Octal 164 167 102 3 0 55 65 77 35 44
Binary 1110100 1110111 1000010 11 0 101101 110101 111111 11101 100100

Color Harmonies of #747742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747742

Black with #747742

Text Example


Text Example

White with #747742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747742; }

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

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

background-color css

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

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

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

border-color css

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

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

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