Html Css Color HEX #726B55 Peat

📋 copy color: '#726B55'

red 114 ◦ green 107 ◦ blue 85

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

Shades of Peat #726B55

Tints of Peat #726B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 37.25%
G = 34.97%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726B55 (or 0x726B55) is known color: Peat. HEX triplet: 72, 6B and 55. RGB value is (114,107,85). Sum of RGB (Red+Green+Blue) = 114+107+85=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B55 is #8D94AA. Grayscale: #6A6A6A. Windows color (decimal): -9278635 or 5598066. OLE color: 5598066.

HSL color Cylindrical-coordinate representation of color #726B55: hue angle of 45.52º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726B55 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 85 -
CMYK 0 0.06 0.25 0.55
HSL 45.52º 0.15% 0.39% -
HSV(B) 45.52º 0.25% 0.45% -
XYZ 13.84 14.75 10.71 -
YUV 106.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 114 107 85 0 0.06 0.25 0.55 45.52 0.15 0.39
Hex 72 6B 55 0 6 19 37 2E F 27
Octal 162 153 125 0 6 31 67 56 17 47
Binary 1110010 1101011 1010101 0 110 11001 110111 101110 1111 100111

Color Harmonies of #726B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B55

Black with #726B55

Text Example


Text Example

White with #726B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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