#726950

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

Shades of Crocodile #726950

Tints of Crocodile #726950

Color information

#726950 (or 0x726950) is unknown color: approx Crocodile. HEX triplet: 72, 69 and 50. RGB value is (114,105,80). Sum of RGB (Red+Green+Blue) = 114+105+80=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #726950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726950 is #8D96AF. Grayscale: #686868. Windows color (decimal): -9279152 or 5269874. OLE color: 5269874.

HSL color Cylindrical-coordinate representation of color #726950: hue angle of 44.12º 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 #726950 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11410580-
CMYK00.080.300.55
HSL44.12º17.53%38.04%-
HSV(B)44.12º29.82%44.71%-
XYZ13.4414.269.63-
YUV104.84113.98134.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 80 (31.64% from 255) = 26.76%
R=38.13%
G=35.12%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141058000.080.300.5544.1217.5338.04
Hex726950081E372c1226
Octal1621511200103667542246
Binary111001011010011010000010001111011011110110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726950; }

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

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

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

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

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

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

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

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