Html Css Color HEX #74753F Hemlock

📋 copy color: '#74753F'

red 116 ◦ green 117 ◦ blue 63

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

Shades of Hemlock #74753F

Tints of Hemlock #74753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.28%

R = 39.19%
G = 39.53%
B = 21.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#74753F (or 0x74753F) is known color: Hemlock. HEX triplet: 74, 75 and 3F. RGB value is (116,117,63). Sum of RGB (Red+Green+Blue) = 116+117+63=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #74753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74753F is #8B8AC0. Grayscale: #6E6E6E. Windows color (decimal): -9145025 or 4158836. OLE color: 4158836.

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

Color convert

RGB 116 117 63 -
CMYK 0.01 0 0.46 0.54
HSL 61.11º 0.3% 0.35% -
HSV(B) 61.11º 0.46% 0.46% -
XYZ 14.46 16.79 7.18 -
YUV 110.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 116 117 63 0.01 0 0.46 0.54 61.11 0.3 0.35
Hex 74 75 3F 1 0 2E 36 3D 1E 23
Octal 164 165 77 1 0 56 66 75 36 43
Binary 1110100 1110101 111111 1 0 101110 110110 111101 11110 100011

Color Harmonies of #74753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74753F

Black with #74753F

Text Example


Text Example

White with #74753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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