Html Css Color HEX #74723F Hemlock

📋 copy color: '#74723F'

red 116 ◦ green 114 ◦ blue 63

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

Shades of Hemlock #74723F

Tints of Hemlock #74723F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

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

R = 39.59%
G = 38.91%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74723F (or 0x74723F) is known color: Hemlock. HEX triplet: 74, 72 and 3F. RGB value is (116,114,63). Sum of RGB (Red+Green+Blue) = 116+114+63=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74723F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74723F is #8B8DC0. Grayscale: #6C6C6C. Windows color (decimal): -9145793 or 4158068. OLE color: 4158068.

HSL color Cylindrical-coordinate representation of color #74723F: hue angle of 57.74º 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 #74723F is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 63 -
CMYK 0 0.02 0.46 0.55
HSL 57.74º 0.3% 0.35% -
HSV(B) 57.74º 0.46% 0.45% -
XYZ 14.12 16.11 7.07 -
YUV 108.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 116 114 63 0 0.02 0.46 0.55 57.74 0.3 0.35
Hex 74 72 3F 0 2 2E 37 3A 1E 23
Octal 164 162 77 0 2 56 67 72 36 43
Binary 1110100 1110010 111111 0 10 101110 110111 111010 11110 100011

Color Harmonies of #74723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74723F

Black with #74723F

Text Example


Text Example

White with #74723F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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