#726D4F

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

Shades of Crocodile #726D4F

Tints of Crocodile #726D4F

Color information

#726D4F (or 0x726D4F) is unknown color: approx Crocodile. HEX triplet: 72, 6D and 4F. RGB value is (114,109,79). Sum of RGB (Red+Green+Blue) = 114+109+79=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D4F is #8D92B0. Grayscale: #6B6B6B. Windows color (decimal): -9278129 or 5205362. OLE color: 5205362.

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

Color convert

RGB11410979-
CMYK00.040.310.55
HSL51.43º18.13%37.84%-
HSV(B)51.43º30.7%44.71%-
XYZ13.8215.089.58-
YUV107.07112.16132.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=37.75%
G=36.09%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141097900.040.310.5551.4318.1337.84
Hex726D4F041F37331226
Octal162155117043767632246
Binary11100101101101100111101001111111011111001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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