#72665B

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

Shades of Pine Cone #72665B

Tints of Pine Cone #72665B

Color information

#72665B (or 0x72665B) is unknown color: approx Pine Cone. HEX triplet: 72, 66 and 5B. RGB value is (114,102,91). Sum of RGB (Red+Green+Blue) = 114+102+91=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #72665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72665B is #8D99A4. Grayscale: #686868. Windows color (decimal): -9279909 or 5990002. OLE color: 5990002.

HSL color Cylindrical-coordinate representation of color #72665B: hue angle of 28.7º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72665B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB11410291-
CMYK00.110.200.55
HSL28.7º11.22%40.2%-
HSV(B)28.7º20.18%44.71%-
XYZ13.5813.8411.85-
YUV104.33120.48134.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=37.13%
G=33.22%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141029100.110.200.5528.711.2240.2
Hex72665B0B14371db28
Octal1621461330132467351350
Binary1110010110011010110110101110100110111111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72665B; }

 p { color: rgb(114,102,91); }

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

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

 a { background-color: rgb(114,102,91); }

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

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

 span { border-color: rgb(114,102,91); }

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