#7A644B

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

Shades of Pine Cone #7A644B

Tints of Pine Cone #7A644B

Color information

#7A644B (or 0x7A644B) is unknown color: approx Pine Cone. HEX triplet: 7A, 64 and 4B. RGB value is (122,100,75). Sum of RGB (Red+Green+Blue) = 122+100+75=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A644B is #859BB4. Grayscale: #676767. Windows color (decimal): -8756149 or 4940922. OLE color: 4940922.

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

Color convert

RGB12210075-
CMYK00.180.390.52
HSL31.91º23.86%38.63%-
HSV(B)31.91º38.52%47.84%-
XYZ13.8513.768.58-
YUV103.73111.79141.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.08%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=41.08%
G=33.67%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221007500.180.390.5231.9123.8638.63
Hex7A644B0122734201827
Octal1721441130224764403047
Binary11110101100100100101101001010011111010010000011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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