Html Css Color HEX #727241 Hemlock

📋 copy color: '#727241'

red 114 ◦ green 114 ◦ blue 65

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

Shades of Hemlock #727241

Tints of Hemlock #727241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 38.91%
G = 38.91%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#727241 (or 0x727241) is known color: Hemlock. HEX triplet: 72, 72 and 41. RGB value is (114,114,65). Sum of RGB (Red+Green+Blue) = 114+114+65=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727241 is #8D8DBE. Grayscale: #6C6C6C. Windows color (decimal): -9276863 or 4289138. OLE color: 4289138.

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

Color convert

RGB 114 114 65 -
CMYK 0 0 0.43 0.55
HSL 60º 0.27% 0.35% -
HSV(B) 60º 0.43% 0.45% -
XYZ 13.91 15.99 7.35 -
YUV 108.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 114 114 65 0 0 0.43 0.55 60 0.27 0.35
Hex 72 72 41 0 0 2B 37 3C 1B 23
Octal 162 162 101 0 0 53 67 74 33 43
Binary 1110010 1110010 1000001 0 0 101011 110111 111100 11011 100011

Color Harmonies of #727241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727241

Black with #727241

Text Example


Text Example

White with #727241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727241; }

 p { color: rgb(114,114,65); }

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

background-color css

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

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

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

border-color css

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

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

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