#726760

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

Shades of Pine Cone #726760

Tints of Pine Cone #726760

Color information

#726760 (or 0x726760) is unknown color: approx Pine Cone. HEX triplet: 72, 67 and 60. RGB value is (114,103,96). Sum of RGB (Red+Green+Blue) = 114+103+96=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726760 is #8D989F. Grayscale: #696969. Windows color (decimal): -9279648 or 6317938. OLE color: 6317938.

HSL color Cylindrical-coordinate representation of color #726760: hue angle of 23.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726760 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB11410396-
CMYK00.100.160.55
HSL23.33º8.57%41.18%-
HSV(B)23.33º15.79%44.71%-
XYZ13.914.1213.06-
YUV105.49122.64134.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=36.42%
G=32.91%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141039600.100.160.5523.338.5741.18
Hex7267600A103717929
Octal1621471400122067271151
Binary1110010110011111000000101010000110111101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726760; }

 p { color: rgb(114,103,96); }

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

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

 a { background-color: rgb(114,103,96); }

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

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

 span { border-color: rgb(114,103,96); }

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