#7B6A58

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

Shades of Pine Cone #7B6A58

Tints of Pine Cone #7B6A58

Color information

#7B6A58 (or 0x7B6A58) is unknown color: approx Pine Cone. HEX triplet: 7B, 6A and 58. RGB value is (123,106,88). Sum of RGB (Red+Green+Blue) = 123+106+88=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A58 is #8495A7. Grayscale: #6D6D6D. Windows color (decimal): -8689064 or 5794427. OLE color: 5794427.

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

Color convert

RGB12310688-
CMYK00.140.280.52
HSL30.86º16.59%41.37%-
HSV(B)30.86º28.46%48.24%-
XYZ15.0815.2211.38-
YUV109.03116.13137.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=38.80%
G=33.44%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231068800.140.280.5230.8616.5941.37
Hex7B6A580E1C341f1129
Octal1731521300163464372151
Binary11110111101010101100001110111001101001111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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