Html Css Color HEX #74703E Hemlock

📋 copy color: '#74703E'

red 116 ◦ green 112 ◦ blue 62

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

Shades of Hemlock #74703E

Tints of Hemlock #74703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 40%
G = 38.62%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74703E (or 0x74703E) is known color: Hemlock. HEX triplet: 74, 70 and 3E. RGB value is (116,112,62). Sum of RGB (Red+Green+Blue) = 116+112+62=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #74703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74703E is #8B8FC1. Grayscale: #6B6B6B. Windows color (decimal): -9146306 or 4092020. OLE color: 4092020.

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

Color convert

RGB 116 112 62 -
CMYK 0 0.03 0.47 0.55
HSL 55.56º 0.3% 0.35% -
HSV(B) 55.56º 0.47% 0.45% -
XYZ 13.87 15.65 6.85 -
YUV 107.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 116 112 62 0 0.03 0.47 0.55 55.56 0.3 0.35
Hex 74 70 3E 0 3 2F 37 38 1E 23
Octal 164 160 76 0 3 57 67 70 36 43
Binary 1110100 1110000 111110 0 11 101111 110111 111000 11110 100011

Color Harmonies of #74703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74703E

Black with #74703E

Text Example


Text Example

White with #74703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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