Html Css Color HEX #726457 Pine Cone

📋 copy color: '#726457'

red 114 ◦ green 100 ◦ blue 87

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

Shades of Pine Cone #726457

Tints of Pine Cone #726457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 37.87%
G = 33.22%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#726457 (or 0x726457) is known color: Pine Cone. HEX triplet: 72, 64 and 57. RGB value is (114,100,87). Sum of RGB (Red+Green+Blue) = 114+100+87=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #726457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726457 is #8D9BA8. Grayscale: #666666. Windows color (decimal): -9280425 or 5727346. OLE color: 5727346.

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

Color convert

RGB 114 100 87 -
CMYK 0 0.12 0.24 0.55
HSL 28.89º 0.13% 0.39% -
HSV(B) 28.89º 0.24% 0.45% -
XYZ 13.22 13.38 10.9 -
YUV 102.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 114 100 87 0 0.12 0.24 0.55 28.89 0.13 0.39
Hex 72 64 57 0 C 18 37 1D D 27
Octal 162 144 127 0 14 30 67 35 15 47
Binary 1110010 1100100 1010111 0 1100 11000 110111 11101 1101 100111

Color Harmonies of #726457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726457

Black with #726457

Text Example


Text Example

White with #726457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726457; }

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

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

background-color css

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

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

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

border-color css

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

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

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