Html Css Color HEX #726454 Pine Cone

📋 copy color: '#726454'

red 114 ◦ green 100 ◦ blue 84

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

Shades of Pine Cone #726454

Tints of Pine Cone #726454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 38.26%
G = 33.56%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#726454 (or 0x726454) is known color: Pine Cone. HEX triplet: 72, 64 and 54. RGB value is (114,100,84). Sum of RGB (Red+Green+Blue) = 114+100+84=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726454 is #8D9BAB. Grayscale: #666666. Windows color (decimal): -9280428 or 5530738. OLE color: 5530738.

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

Color convert

RGB 114 100 84 -
CMYK 0 0.12 0.26 0.55
HSL 32º 0.15% 0.39% -
HSV(B) 32º 0.26% 0.45% -
XYZ 13.1 13.33 10.27 -
YUV 102.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 114 100 84 0 0.12 0.26 0.55 32 0.15 0.39
Hex 72 64 54 0 C 1A 37 20 F 27
Octal 162 144 124 0 14 32 67 40 17 47
Binary 1110010 1100100 1010100 0 1100 11010 110111 100000 1111 100111

Color Harmonies of #726454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726454

Black with #726454

Text Example


Text Example

White with #726454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726454; }

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

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

background-color css

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

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

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

border-color css

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

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

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