#726B50

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

Shades of Crocodile #726B50

Tints of Crocodile #726B50

Color information

#726B50 (or 0x726B50) is unknown color: approx Crocodile. HEX triplet: 72, 6B and 50. RGB value is (114,107,80). Sum of RGB (Red+Green+Blue) = 114+107+80=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B50 is #8D94AF. Grayscale: #6A6A6A. Windows color (decimal): -9278640 or 5270386. OLE color: 5270386.

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

Color convert

RGB11410780-
CMYK00.060.300.55
HSL47.65º17.53%38.04%-
HSV(B)47.65º29.82%44.71%-
XYZ13.6514.679.7-
YUV106.02113.32133.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=37.87%
G=35.55%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141078000.060.300.5547.6517.5338.04
Hex726B50061E37301226
Octal162153120063667602246
Binary11100101101011101000001101111011011111000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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