#7B664F

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

Shades of Pine Cone #7B664F

Tints of Pine Cone #7B664F

Color information

#7B664F (or 0x7B664F) is unknown color: approx Pine Cone. HEX triplet: 7B, 66 and 4F. RGB value is (123,102,79). Sum of RGB (Red+Green+Blue) = 123+102+79=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B664F is #8499B0. Grayscale: #696969. Windows color (decimal): -8690097 or 5203579. OLE color: 5203579.

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

Color convert

RGB12310279-
CMYK00.170.360.52
HSL31.36º21.78%39.61%-
HSV(B)31.36º35.77%48.24%-
XYZ14.3314.289.4-
YUV105.66112.96140.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.46%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=40.46%
G=33.55%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231027900.170.360.5231.3621.7839.61
Hex7B664F01124341f1628
Octal1731461170214464372650
Binary1111011110011010011110100011001001101001111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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