#72694F

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

Shades of Crocodile #72694F

Tints of Crocodile #72694F

Color information

#72694F (or 0x72694F) is unknown color: approx Crocodile. HEX triplet: 72, 69 and 4F. RGB value is (114,105,79). Sum of RGB (Red+Green+Blue) = 114+105+79=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #72694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72694F is #8D96B0. Grayscale: #686868. Windows color (decimal): -9279153 or 5204338. OLE color: 5204338.

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

Color convert

RGB11410579-
CMYK00.080.310.55
HSL44.57º18.13%37.84%-
HSV(B)44.57º30.7%44.71%-
XYZ13.414.259.44-
YUV104.73113.48134.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=38.26%
G=35.23%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141057900.080.310.5544.5718.1337.84
Hex72694F081F372d1226
Octal1621511170103767552246
Binary111001011010011001111010001111111011110110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72694F; }

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

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

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

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

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

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

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

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