#726F52

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

Shades of Crocodile #726F52

Tints of Crocodile #726F52

Color information

#726F52 (or 0x726F52) is unknown color: approx Crocodile. HEX triplet: 72, 6F and 52. RGB value is (114,111,82). Sum of RGB (Red+Green+Blue) = 114+111+82=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #726F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F52 is #8D90AD. Grayscale: #6C6C6C. Windows color (decimal): -9277614 or 5402482. OLE color: 5402482.

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

Color convert

RGB11411182-
CMYK00.030.280.55
HSL54.38º16.33%38.43%-
HSV(B)54.38º28.07%44.71%-
XYZ14.1515.5610.24-
YUV108.59112.99131.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=37.13%
G=36.16%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141118200.030.280.5554.3816.3338.43
Hex726F52031C37361026
Octal162157122033467662046
Binary1110010110111110100100111110011011111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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