Html Css Color HEX #726557 Pine Cone

📋 copy color: '#726557'

red 114 ◦ green 101 ◦ blue 87

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

Shades of Pine Cone #726557

Tints of Pine Cone #726557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 37.75%
G = 33.44%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#726557 (or 0x726557) is known color: Pine Cone. HEX triplet: 72, 65 and 57. RGB value is (114,101,87). Sum of RGB (Red+Green+Blue) = 114+101+87=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726557 is #8D9AA8. Grayscale: #676767. Windows color (decimal): -9280169 or 5727602. OLE color: 5727602.

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

Color convert

RGB 114 101 87 -
CMYK 0 0.11 0.24 0.55
HSL 31.11º 0.13% 0.39% -
HSV(B) 31.11º 0.24% 0.45% -
XYZ 13.31 13.57 10.93 -
YUV 103.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 114 101 87 0 0.11 0.24 0.55 31.11 0.13 0.39
Hex 72 65 57 0 B 18 37 1F D 27
Octal 162 145 127 0 13 30 67 37 15 47
Binary 1110010 1100101 1010111 0 1011 11000 110111 11111 1101 100111

Color Harmonies of #726557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726557

Black with #726557

Text Example


Text Example

White with #726557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726557; }

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

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

background-color css

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

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

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

border-color css

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

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

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