#7A6855

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

Shades of Pine Cone #7A6855

Tints of Pine Cone #7A6855

Color information

#7A6855 (or 0x7A6855) is unknown color: approx Pine Cone. HEX triplet: 7A, 68 and 55. RGB value is (122,104,85). Sum of RGB (Red+Green+Blue) = 122+104+85=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6855 is #8597AA. Grayscale: #6B6B6B. Windows color (decimal): -8755115 or 5597306. OLE color: 5597306.

HSL color Cylindrical-coordinate representation of color #7A6855: hue angle of 30.81º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6855 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12210485-
CMYK00.150.300.52
HSL30.81º17.87%40.59%-
HSV(B)30.81º30.33%47.84%-
XYZ14.6214.6910.66-
YUV107.22115.46138.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=39.23%
G=33.44%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221048500.150.300.5230.8117.8740.59
Hex7A68550F1E341f1229
Octal1721501250173664372251
Binary11110101101000101010101111111101101001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,104,85); }

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

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

 a { background-color: rgb(122,104,85); }

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

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

 span { border-color: rgb(122,104,85); }

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