Html Css Color HEX #726F48 Hemlock

📋 copy color: '#726F48'

red 114 ◦ green 111 ◦ blue 72

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

Shades of Hemlock #726F48

Tints of Hemlock #726F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 38.38%
G = 37.37%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#726F48 (or 0x726F48) is known color: Hemlock. HEX triplet: 72, 6F and 48. RGB value is (114,111,72). Sum of RGB (Red+Green+Blue) = 114+111+72=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F48 is #8D90B7. Grayscale: #6B6B6B. Windows color (decimal): -9277624 or 4747122. OLE color: 4747122.

HSL color Cylindrical-coordinate representation of color #726F48: hue angle of 55.71º 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 #726F48 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 72 -
CMYK 0 0.03 0.37 0.55
HSL 55.71º 0.23% 0.36% -
HSV(B) 55.71º 0.37% 0.45% -
XYZ 13.79 15.41 8.38 -
YUV 107.45 107.99 132.67 -
System Red Green Blue C M Y K H S L
Decimal 114 111 72 0 0.03 0.37 0.55 55.71 0.23 0.36
Hex 72 6F 48 0 3 25 37 38 17 24
Octal 162 157 110 0 3 45 67 70 27 44
Binary 1110010 1101111 1001000 0 11 100101 110111 111000 10111 100100

Color Harmonies of #726F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F48

Black with #726F48

Text Example


Text Example

White with #726F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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