#7A614A

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

Shades of Pine Cone #7A614A

Tints of Pine Cone #7A614A

Color information

#7A614A (or 0x7A614A) is unknown color: approx Pine Cone. HEX triplet: 7A, 61 and 4A. RGB value is (122,97,74). Sum of RGB (Red+Green+Blue) = 122+97+74=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A614A is #859EB5. Grayscale: #656565. Windows color (decimal): -8756918 or 4874618. OLE color: 4874618.

HSL color Cylindrical-coordinate representation of color #7A614A: hue angle of 28.75º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A614A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB1229774-
CMYK00.200.390.52
HSL28.75º24.49%38.43%-
HSV(B)28.75º39.34%47.84%-
XYZ13.5413.188.31-
YUV101.85112.28142.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.64%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=41.64%
G=33.11%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122977400.200.390.5228.7524.4938.43
Hex7A614A01427341d1826
Octal1721411120244764353046
Binary1111010110000110010100101001001111101001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,74); }

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

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

 a { background-color: rgb(122,97,74); }

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

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

 span { border-color: rgb(122,97,74); }

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