#7A644E

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

Shades of Pine Cone #7A644E

Tints of Pine Cone #7A644E

Color information

#7A644E (or 0x7A644E) is unknown color: approx Pine Cone. HEX triplet: 7A, 64 and 4E. RGB value is (122,100,78). Sum of RGB (Red+Green+Blue) = 122+100+78=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A644E is #859BB1. Grayscale: #686868. Windows color (decimal): -8756146 or 5137530. OLE color: 5137530.

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

Color convert

RGB12210078-
CMYK00.180.360.52
HSL30º22%39.22%-
HSV(B)30º36.07%47.84%-
XYZ13.9613.89.14-
YUV104.07113.29140.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 26%
R=40.67%
G=33.33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221007800.180.360.52302239.22
Hex7A644E01224341e1627
Octal1721441160224464362647
Binary1111010110010010011100100101001001101001111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,100,78); }

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

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

 a { background-color: rgb(122,100,78); }

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

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

 span { border-color: rgb(122,100,78); }

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