#726458

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

Shades of Pine Cone #726458

Tints of Pine Cone #726458

Color information

#726458 (or 0x726458) is unknown color: approx Pine Cone. HEX triplet: 72, 64 and 58. RGB value is (114,100,88). Sum of RGB (Red+Green+Blue) = 114+100+88=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726458 is #8D9BA7. Grayscale: #666666. Windows color (decimal): -9280424 or 5792882. OLE color: 5792882.

HSL color Cylindrical-coordinate representation of color #726458: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726458 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB11410088-
CMYK00.120.230.55
HSL27.69º12.87%39.61%-
HSV(B)27.69º22.81%44.71%-
XYZ13.2613.411.12-
YUV102.82119.64135.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=37.75%
G=33.11%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141008800.120.230.5527.6912.8739.61
Hex7264580C17371cd28
Octal1621441300142767341550
Binary1110010110010010110000110010111110111111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726458; }

 p { color: rgb(114,100,88); }

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

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

 a { background-color: rgb(114,100,88); }

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

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

 span { border-color: rgb(114,100,88); }

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