Html Css Color HEX #74703F Hemlock

📋 copy color: '#74703F'

red 116 ◦ green 112 ◦ blue 63

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

Shades of Hemlock #74703F

Tints of Hemlock #74703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

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

R = 39.86%
G = 38.49%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74703F (or 0x74703F) is known color: Hemlock. HEX triplet: 74, 70 and 3F. RGB value is (116,112,63). Sum of RGB (Red+Green+Blue) = 116+112+63=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74703F is #8B8FC0. Grayscale: #6B6B6B. Windows color (decimal): -9146305 or 4157556. OLE color: 4157556.

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

Color convert

RGB 116 112 63 -
CMYK 0 0.03 0.46 0.55
HSL 55.47º 0.3% 0.35% -
HSV(B) 55.47º 0.46% 0.45% -
XYZ 13.89 15.66 6.99 -
YUV 107.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 116 112 63 0 0.03 0.46 0.55 55.47 0.3 0.35
Hex 74 70 3F 0 3 2E 37 37 1E 23
Octal 164 160 77 0 3 56 67 67 36 43
Binary 1110100 1110000 111111 0 11 101110 110111 110111 11110 100011

Color Harmonies of #74703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74703F

Black with #74703F

Text Example


Text Example

White with #74703F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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