#7A644D

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

Shades of Pine Cone #7A644D

Tints of Pine Cone #7A644D

Color information

#7A644D (or 0x7A644D) is unknown color: approx Pine Cone. HEX triplet: 7A, 64 and 4D. RGB value is (122,100,77). Sum of RGB (Red+Green+Blue) = 122+100+77=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A644D is #859BB2. Grayscale: #686868. Windows color (decimal): -8756147 or 5071994. OLE color: 5071994.

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

Color convert

RGB12210077-
CMYK00.180.370.52
HSL30.67º22.61%39.02%-
HSV(B)30.67º36.89%47.84%-
XYZ13.9213.798.95-
YUV103.96112.79140.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.80%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=40.80%
G=33.44%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221007700.180.370.5230.6722.6139.02
Hex7A644D01225341f1727
Octal1721441150224564372747
Binary1111010110010010011010100101001011101001111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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