Html Css Color HEX #726860 Pine Cone

📋 copy color: '#726860'

red 114 ◦ green 104 ◦ blue 96

#726860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #726860

Tints of Pine Cone #726860

RGB

 RED value IS 114 (44.92% from 255) = 36.31%

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 36.31%
G = 33.12%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#726860 (or 0x726860) is known color: Pine Cone. HEX triplet: 72, 68 and 60. RGB value is (114,104,96). Sum of RGB (Red+Green+Blue) = 114+104+96=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #726860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726860 is #8D979F. Grayscale: #6A6A6A. Windows color (decimal): -9279392 or 6318194. OLE color: 6318194.

HSL color Cylindrical-coordinate representation of color #726860: hue angle of 26.67º 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 #726860 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 96 -
CMYK 0 0.09 0.16 0.55
HSL 26.67º 0.09% 0.41% -
HSV(B) 26.67º 0.16% 0.45% -
XYZ 14 14.32 13.09 -
YUV 106.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 114 104 96 0 0.09 0.16 0.55 26.67 0.09 0.41
Hex 72 68 60 0 9 10 37 1B 9 29
Octal 162 150 140 0 11 20 67 33 11 51
Binary 1110010 1101000 1100000 0 1001 10000 110111 11011 1001 101001

Color Harmonies of #726860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726860

Black with #726860

Text Example


Text Example

White with #726860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726860; }

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

 H1.HeaderClassName
 {
   color: #726860;
 }
 .AnyTagClassName
 {
   color: #726860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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