#736A4D

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

Shades of Crocodile #736A4D

Tints of Crocodile #736A4D

Color information

#736A4D (or 0x736A4D) is unknown color: approx Crocodile. HEX triplet: 73, 6A and 4D. RGB value is (115,106,77). Sum of RGB (Red+Green+Blue) = 115+106+77=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #736A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A4D is #8C95B2. Grayscale: #696969. Windows color (decimal): -9213363 or 5073523. OLE color: 5073523.

HSL color Cylindrical-coordinate representation of color #736A4D: hue angle of 45.79º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #736A4D is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB11510677-
CMYK00.080.330.55
HSL45.79º19.79%37.65%-
HSV(B)45.79º33.04%45.1%-
XYZ13.5614.499.1-
YUV105.38111.98134.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 77 (30.47% from 255) = 25.84%
R=38.59%
G=35.57%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151067700.080.330.5545.7919.7937.65
Hex736A4D0821372e1426
Octal1631521150104167562446
Binary1110011110101010011010100010000111011110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736A4D; }

 p { color: rgb(115,106,77); }

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

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

 a { background-color: rgb(115,106,77); }

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

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

 span { border-color: rgb(115,106,77); }

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