#726A50

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

Shades of Crocodile #726A50

Tints of Crocodile #726A50

Color information

#726A50 (or 0x726A50) is unknown color: approx Crocodile. HEX triplet: 72, 6A and 50. RGB value is (114,106,80). Sum of RGB (Red+Green+Blue) = 114+106+80=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #726A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A50 is #8D95AF. Grayscale: #696969. Windows color (decimal): -9278896 or 5270130. OLE color: 5270130.

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

Color convert

RGB11410680-
CMYK00.070.300.55
HSL45.88º17.53%38.04%-
HSV(B)45.88º29.82%44.71%-
XYZ13.5414.469.67-
YUV105.43113.65134.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=38%
G=35.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141068000.070.300.5545.8817.5338.04
Hex726A50071E372e1226
Octal162152120073667562246
Binary11100101101010101000001111111011011110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,106,80); }

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

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

 a { background-color: rgb(114,106,80); }

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

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

 span { border-color: rgb(114,106,80); }

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