#726B53

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

Shades of Crocodile #726B53

Tints of Crocodile #726B53

Color information

#726B53 (or 0x726B53) is unknown color: approx Crocodile. HEX triplet: 72, 6B and 53. RGB value is (114,107,83). Sum of RGB (Red+Green+Blue) = 114+107+83=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B53 is #8D94AC. Grayscale: #6A6A6A. Windows color (decimal): -9278637 or 5466994. OLE color: 5466994.

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

Color convert

RGB11410783-
CMYK00.060.270.55
HSL46.45º15.74%38.63%-
HSV(B)46.45º27.19%44.71%-
XYZ13.7614.7210.3-
YUV106.36114.82133.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=37.5%
G=35.20%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141078300.060.270.5546.4515.7438.63
Hex726B53061B372e1027
Octal162153123063367562047
Binary11100101101011101001101101101111011110111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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