Html Css Color HEX #747545 Hemlock

📋 copy color: '#747545'

red 116 ◦ green 117 ◦ blue 69

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

Shades of Hemlock #747545

Tints of Hemlock #747545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 38.41%
G = 38.74%
B = 22.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#747545 (or 0x747545) is known color: Hemlock. HEX triplet: 74, 75 and 45. RGB value is (116,117,69). Sum of RGB (Red+Green+Blue) = 116+117+69=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #747545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747545 is #8B8ABA. Grayscale: #6F6F6F. Windows color (decimal): -9145019 or 4552052. OLE color: 4552052.

HSL color Cylindrical-coordinate representation of color #747545: hue angle of 61.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #747545 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 69 -
CMYK 0.01 0 0.41 0.54
HSL 61.25º 0.26% 0.36% -
HSV(B) 61.25º 0.41% 0.46% -
XYZ 14.64 16.87 8.11 -
YUV 111.23 104.17 131.4 -
System Red Green Blue C M Y K H S L
Decimal 116 117 69 0.01 0 0.41 0.54 61.25 0.26 0.36
Hex 74 75 45 1 0 29 36 3D 1A 24
Octal 164 165 105 1 0 51 66 75 32 44
Binary 1110100 1110101 1000101 1 0 101001 110110 111101 11010 100100

Color Harmonies of #747545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747545

Black with #747545

Text Example


Text Example

White with #747545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747545; }

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

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

background-color css

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

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

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

border-color css

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

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

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