#7B664D

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

Shades of Pine Cone #7B664D

Tints of Pine Cone #7B664D

Color information

#7B664D (or 0x7B664D) is unknown color: approx Pine Cone. HEX triplet: 7B, 66 and 4D. RGB value is (123,102,77). Sum of RGB (Red+Green+Blue) = 123+102+77=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B664D is #8499B2. Grayscale: #696969. Windows color (decimal): -8690099 or 5072507. OLE color: 5072507.

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

Color convert

RGB12310277-
CMYK00.170.370.52
HSL32.61º23%39.22%-
HSV(B)32.61º37.4%48.24%-
XYZ14.2614.259.02-
YUV105.43111.96140.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.73%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=40.73%
G=33.77%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231027700.170.370.5232.612339.22
Hex7B664D0112534211727
Octal1731461150214564412747
Binary11110111100110100110101000110010111010010000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,102,77); }

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

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

 a { background-color: rgb(123,102,77); }

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

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

 span { border-color: rgb(123,102,77); }

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