#7A624D

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

Shades of Pine Cone #7A624D

Tints of Pine Cone #7A624D

Color information

#7A624D (or 0x7A624D) is unknown color: approx Pine Cone. HEX triplet: 7A, 62 and 4D. RGB value is (122,98,77). Sum of RGB (Red+Green+Blue) = 122+98+77=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A624D is #859DB2. Grayscale: #666666. Windows color (decimal): -8756659 or 5071482. OLE color: 5071482.

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

Color convert

RGB1229877-
CMYK00.200.370.52
HSL28º22.61%39.02%-
HSV(B)28º36.89%47.84%-
XYZ13.7313.418.89-
YUV102.78113.45141.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=41.08%
G=33.00%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122987700.200.370.522822.6139.02
Hex7A624D01425341c1727
Octal1721421150244564342747
Binary1111010110001010011010101001001011101001110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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