#7A604C

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

Shades of Pine Cone #7A604C

Tints of Pine Cone #7A604C

Color information

#7A604C (or 0x7A604C) is unknown color: approx Pine Cone. HEX triplet: 7A, 60 and 4C. RGB value is (122,96,76). Sum of RGB (Red+Green+Blue) = 122+96+76=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A604C is #859FB3. Grayscale: #656565. Windows color (decimal): -8757172 or 5005434. OLE color: 5005434.

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

Color convert

RGB1229676-
CMYK00.210.380.52
HSL26.09º23.23%38.82%-
HSV(B)26.09º37.7%47.84%-
XYZ13.5113.038.64-
YUV101.49113.61142.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=41.50%
G=32.65%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122967600.210.380.5226.0923.2338.82
Hex7A604C01526341a1727
Octal1721401140254664322747
Binary1111010110000010011000101011001101101001101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,76); }

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

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

 a { background-color: rgb(122,96,76); }

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

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

 span { border-color: rgb(122,96,76); }

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