Html Css Color HEX #727148 Hemlock

📋 copy color: '#727148'

red 114 ◦ green 113 ◦ blue 72

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

Shades of Hemlock #727148

Tints of Hemlock #727148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 38.13%
G = 37.79%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#727148 (or 0x727148) is known color: Hemlock. HEX triplet: 72, 71 and 48. RGB value is (114,113,72). Sum of RGB (Red+Green+Blue) = 114+113+72=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #727148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727148 is #8D8EB7. Grayscale: #6C6C6C. Windows color (decimal): -9277112 or 4747634. OLE color: 4747634.

HSL color Cylindrical-coordinate representation of color #727148: hue angle of 58.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #727148 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 72 -
CMYK 0 0.01 0.37 0.55
HSL 58.57º 0.23% 0.36% -
HSV(B) 58.57º 0.37% 0.45% -
XYZ 14.01 15.86 8.45 -
YUV 108.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 114 113 72 0 0.01 0.37 0.55 58.57 0.23 0.36
Hex 72 71 48 0 1 25 37 3B 17 24
Octal 162 161 110 0 1 45 67 73 27 44
Binary 1110010 1110001 1001000 0 1 100101 110111 111011 10111 100100

Color Harmonies of #727148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727148

Black with #727148

Text Example


Text Example

White with #727148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727148; }

 p { color: rgb(114,113,72); }

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

background-color css

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

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

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

border-color css

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

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

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