Html Css Color HEX #726760 Pine Cone

📋 copy color: '#726760'

red 114 ◦ green 103 ◦ blue 96

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

Shades of Pine Cone #726760

Tints of Pine Cone #726760

RGB

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

 GREEN value IS 103 (40.63% 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 value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#726760 (or 0x726760) is known color: 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

RGB 114 103 96 -
CMYK 0 0.10 0.16 0.55
HSL 23.33º 0.09% 0.41% -
HSV(B) 23.33º 0.16% 0.45% -
XYZ 13.9 14.12 13.06 -
YUV 105.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 114 103 96 0 0.10 0.16 0.55 23.33 0.09 0.41
Hex 72 67 60 0 A 10 37 17 9 29
Octal 162 147 140 0 12 20 67 27 11 51
Binary 1110010 1100111 1100000 0 1010 10000 110111 10111 1001 101001

Color Harmonies of #726760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726760

Black with #726760

Text Example


Text Example

White with #726760

Text Example


Text Example

HTML Codes & Css Web 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>