#726D53

Color #726D53 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #726D53

Tints of Crocodile #726D53

Color information

#726D53 (or 0x726D53) is unknown color: approx Crocodile. HEX triplet: 72, 6D and 53. RGB value is (114,109,83). Sum of RGB (Red+Green+Blue) = 114+109+83=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D53 is #8D92AC. Grayscale: #6B6B6B. Windows color (decimal): -9278125 or 5467506. OLE color: 5467506.

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

Color convert

RGB11410983-
CMYK00.040.270.55
HSL50.32º15.74%38.63%-
HSV(B)50.32º27.19%44.71%-
XYZ13.9715.1410.37-
YUV107.53114.16132.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=37.25%
G=35.62%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141098300.040.270.5550.3215.7438.63
Hex726D53041B37321027
Octal162155123043367622047
Binary11100101101101101001101001101111011111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,83); }

 H1.HeaderClassName
 {
   color: #726D53;
 }
 .AnyTagClassName
 {
   color: #726D53;
 }
</style>
background-color css

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

 a { background-color: rgb(114,109,83); }

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

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

 span { border-color: rgb(114,109,83); }

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