#726F51

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

Shades of Crocodile #726F51

Tints of Crocodile #726F51

Color information

#726F51 (or 0x726F51) is unknown color: approx Crocodile. HEX triplet: 72, 6F and 51. RGB value is (114,111,81). Sum of RGB (Red+Green+Blue) = 114+111+81=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #726F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F51 is #8D90AE. Grayscale: #6C6C6C. Windows color (decimal): -9277615 or 5336946. OLE color: 5336946.

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

Color convert

RGB11411181-
CMYK00.030.290.55
HSL54.55º16.92%38.24%-
HSV(B)54.55º28.95%44.71%-
XYZ14.1115.5410.04-
YUV108.48112.49131.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=37.25%
G=36.27%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141118100.030.290.5554.5516.9238.24
Hex726F51031D37371126
Octal162157121033567672146
Binary1110010110111110100010111110111011111011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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