Html Css Color HEX #726458 Pine Cone

📋 copy color: '#726458'

red 114 ◦ green 100 ◦ blue 88

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

Shades of Pine Cone #726458

Tints of Pine Cone #726458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 37.75%
G = 33.11%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#726458 (or 0x726458) is known color: Pine Cone. HEX triplet: 72, 64 and 58. RGB value is (114,100,88). Sum of RGB (Red+Green+Blue) = 114+100+88=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726458 is #8D9BA7. Grayscale: #666666. Windows color (decimal): -9280424 or 5792882. OLE color: 5792882.

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

Color convert

RGB 114 100 88 -
CMYK 0 0.12 0.23 0.55
HSL 27.69º 0.13% 0.4% -
HSV(B) 27.69º 0.23% 0.45% -
XYZ 13.26 13.4 11.12 -
YUV 102.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 114 100 88 0 0.12 0.23 0.55 27.69 0.13 0.4
Hex 72 64 58 0 C 17 37 1C D 28
Octal 162 144 130 0 14 27 67 34 15 50
Binary 1110010 1100100 1011000 0 1100 10111 110111 11100 1101 101000

Color Harmonies of #726458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726458

Black with #726458

Text Example


Text Example

White with #726458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726458; }

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

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

background-color css

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

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

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

border-color css

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

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

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