#7A624C

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

Shades of Pine Cone #7A624C

Tints of Pine Cone #7A624C

Color information

#7A624C (or 0x7A624C) is unknown color: approx Pine Cone. HEX triplet: 7A, 62 and 4C. RGB value is (122,98,76). Sum of RGB (Red+Green+Blue) = 122+98+76=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A624C is #859DB3. Grayscale: #666666. Windows color (decimal): -8756660 or 5005946. OLE color: 5005946.

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

Color convert

RGB1229876-
CMYK00.200.380.52
HSL28.7º23.23%38.82%-
HSV(B)28.7º37.7%47.84%-
XYZ13.713.398.7-
YUV102.67112.95141.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=41.22%
G=33.11%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122987600.200.380.5228.723.2338.82
Hex7A624C01426341d1727
Octal1721421140244664352747
Binary1111010110001010011000101001001101101001110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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