#726C51

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

Shades of Crocodile #726C51

Tints of Crocodile #726C51

Color information

#726C51 (or 0x726C51) is unknown color: approx Crocodile. HEX triplet: 72, 6C and 51. RGB value is (114,108,81). Sum of RGB (Red+Green+Blue) = 114+108+81=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #726C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C51 is #8D93AE. Grayscale: #6A6A6A. Windows color (decimal): -9278383 or 5336178. OLE color: 5336178.

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

Color convert

RGB11410881-
CMYK00.050.290.55
HSL49.09º16.92%38.24%-
HSV(B)49.09º28.95%44.71%-
XYZ13.7914.99.93-
YUV106.72113.49133.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=37.62%
G=35.64%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141088100.050.290.5549.0916.9238.24
Hex726C51051D37311126
Octal162154121053567612146
Binary11100101101100101000101011110111011111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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