Html Css Color HEX #726C58 Peat

📋 copy color: '#726C58'

red 114 ◦ green 108 ◦ blue 88

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

Shades of Peat #726C58

Tints of Peat #726C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 36.77%
G = 34.84%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#726C58 (or 0x726C58) is known color: Peat. HEX triplet: 72, 6C and 58. RGB value is (114,108,88). Sum of RGB (Red+Green+Blue) = 114+108+88=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C58 is #8D93A7. Grayscale: #6B6B6B. Windows color (decimal): -9278376 or 5794930. OLE color: 5794930.

HSL color Cylindrical-coordinate representation of color #726C58: hue angle of 46.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726C58 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 88 -
CMYK 0 0.05 0.23 0.55
HSL 46.15º 0.13% 0.4% -
HSV(B) 46.15º 0.23% 0.45% -
XYZ 14.06 15.01 11.39 -
YUV 107.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 114 108 88 0 0.05 0.23 0.55 46.15 0.13 0.4
Hex 72 6C 58 0 5 17 37 2E D 28
Octal 162 154 130 0 5 27 67 56 15 50
Binary 1110010 1101100 1011000 0 101 10111 110111 101110 1101 101000

Color Harmonies of #726C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C58

Black with #726C58

Text Example


Text Example

White with #726C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,88); }

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

background-color css

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

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

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

border-color css

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

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

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