Html Css Color HEX #726B58 Peat

📋 copy color: '#726B58'

red 114 ◦ green 107 ◦ blue 88

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

Shades of Peat #726B58

Tints of Peat #726B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 36.89%
G = 34.63%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#726B58 (or 0x726B58) is known color: Peat. HEX triplet: 72, 6B and 58. RGB value is (114,107,88). Sum of RGB (Red+Green+Blue) = 114+107+88=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #726B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B58 is #8D94A7. Grayscale: #6B6B6B. Windows color (decimal): -9278632 or 5794674. OLE color: 5794674.

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

Color convert

RGB 114 107 88 -
CMYK 0 0.06 0.23 0.55
HSL 43.85º 0.13% 0.4% -
HSV(B) 43.85º 0.23% 0.45% -
XYZ 13.96 14.8 11.35 -
YUV 106.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 114 107 88 0 0.06 0.23 0.55 43.85 0.13 0.4
Hex 72 6B 58 0 6 17 37 2C D 28
Octal 162 153 130 0 6 27 67 54 15 50
Binary 1110010 1101011 1011000 0 110 10111 110111 101100 1101 101000

Color Harmonies of #726B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B58

Black with #726B58

Text Example


Text Example

White with #726B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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