Html Css Color HEX #74743F Hemlock

📋 copy color: '#74743F'

red 116 ◦ green 116 ◦ blue 63

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

Shades of Hemlock #74743F

Tints of Hemlock #74743F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 39.32%
G = 39.32%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#74743F (or 0x74743F) is known color: Hemlock. HEX triplet: 74, 74 and 3F. RGB value is (116,116,63). Sum of RGB (Red+Green+Blue) = 116+116+63=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74743F is #8B8BC0. Grayscale: #6E6E6E. Windows color (decimal): -9145281 or 4158580. OLE color: 4158580.

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

Color convert

RGB 116 116 63 -
CMYK 0 0 0.46 0.55
HSL 60º 0.3% 0.35% -
HSV(B) 60º 0.46% 0.45% -
XYZ 14.35 16.56 7.14 -
YUV 109.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 116 116 63 0 0 0.46 0.55 60 0.3 0.35
Hex 74 74 3F 0 0 2E 37 3C 1E 23
Octal 164 164 77 0 0 56 67 74 36 43
Binary 1110100 1110100 111111 0 0 101110 110111 111100 11110 100011

Color Harmonies of #74743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74743F

Black with #74743F

Text Example


Text Example

White with #74743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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