#7A6A57

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

Shades of Pine Cone #7A6A57

Tints of Pine Cone #7A6A57

Color information

#7A6A57 (or 0x7A6A57) is unknown color: approx Pine Cone. HEX triplet: 7A, 6A and 57. RGB value is (122,106,87). Sum of RGB (Red+Green+Blue) = 122+106+87=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A57 is #8595A8. Grayscale: #6C6C6C. Windows color (decimal): -8754601 or 5728890. OLE color: 5728890.

HSL color Cylindrical-coordinate representation of color #7A6A57: hue angle of 32.57º 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 #7A6A57 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB12210687-
CMYK00.130.290.52
HSL32.57º16.75%40.98%-
HSV(B)32.57º28.69%47.84%-
XYZ14.915.1311.15-
YUV108.62115.8137.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.73%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 87 (34.38% from 255) = 27.62%
R=38.73%
G=33.65%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221068700.130.290.5232.5716.7540.98
Hex7A6A570D1D34211129
Octal1721521270153564412151
Binary111101011010101010111011011110111010010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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