#72675A

Color #72675A Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #72675A

Tints of Pine Cone #72675A

Color information

#72675A (or 0x72675A) is unknown color: approx Pine Cone. HEX triplet: 72, 67 and 5A. RGB value is (114,103,90). Sum of RGB (Red+Green+Blue) = 114+103+90=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #72675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72675A is #8D98A5. Grayscale: #686868. Windows color (decimal): -9279654 or 5924722. OLE color: 5924722.

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

Color convert

RGB11410390-
CMYK00.100.210.55
HSL32.5º11.76%40%-
HSV(B)32.5º21.05%44.71%-
XYZ13.6414.0211.66-
YUV104.81119.64134.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=37.13%
G=33.55%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141039000.100.210.5532.511.7640
Hex72675A0A153721c28
Octal1621471320122567411450
Binary11100101100111101101001010101011101111000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72675A; }

 p { color: rgb(114,103,90); }

 H1.HeaderClassName
 {
   color: #72675A;
 }
 .AnyTagClassName
 {
   color: #72675A;
 }
</style>
background-color css

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

 a { background-color: rgb(114,103,90); }

 div.DivClassName
 {
   background-color: #72675A;
 }
 .BgClassName
 {
   background-color: #72675A;
 }
</style>
border-color css

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

 span { border-color: rgb(114,103,90); }

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