#7B6A57

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

Shades of Pine Cone #7B6A57

Tints of Pine Cone #7B6A57

Color information

#7B6A57 (or 0x7B6A57) is unknown color: approx Pine Cone. HEX triplet: 7B, 6A and 57. RGB value is (123,106,87). Sum of RGB (Red+Green+Blue) = 123+106+87=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A57 is #8495A8. Grayscale: #6D6D6D. Windows color (decimal): -8689065 or 5728891. OLE color: 5728891.

HSL color Cylindrical-coordinate representation of color #7B6A57: hue angle of 31.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B6A57 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB12310687-
CMYK00.140.290.52
HSL31.67º17.14%41.18%-
HSV(B)31.67º29.27%48.24%-
XYZ15.0415.2111.16-
YUV108.92115.63138.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=38.92%
G=33.54%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231068700.140.290.5231.6717.1441.18
Hex7B6A570E1D34201129
Octal1731521270163564402151
Binary111101111010101010111011101110111010010000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6A57; }

 p { color: rgb(123,106,87); }

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

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

 a { background-color: rgb(123,106,87); }

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

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

 span { border-color: rgb(123,106,87); }

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