#726F53

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

Shades of Crocodile #726F53

Tints of Crocodile #726F53

Color information

#726F53 (or 0x726F53) is unknown color: approx Crocodile. HEX triplet: 72, 6F and 53. RGB value is (114,111,83). Sum of RGB (Red+Green+Blue) = 114+111+83=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #726F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F53 is #8D90AC. Grayscale: #6C6C6C. Windows color (decimal): -9277613 or 5468018. OLE color: 5468018.

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

Color convert

RGB11411183-
CMYK00.030.270.55
HSL54.19º15.74%38.63%-
HSV(B)54.19º27.19%44.71%-
XYZ14.1915.5710.44-
YUV108.7113.49131.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=37.01%
G=36.04%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141118300.030.270.5554.1915.7438.63
Hex726F53031B37361027
Octal162157123033367662047
Binary1110010110111110100110111101111011111011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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